diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-04-25 13:36:55 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-04-25 13:36:55 +0200 |
commit | 240e9bd099bc993729e05254818edd36447eaf5e (patch) | |
tree | 26b411d11da46fecb9be6e736a7796c26dbcc590 /dev-java/jackson-annotations | |
parent | dev-vcs/git-cola: Stabilize 3.12.0 x86, #829839 (diff) | |
download | gentoo-240e9bd099bc993729e05254818edd36447eaf5e.tar.gz gentoo-240e9bd099bc993729e05254818edd36447eaf5e.tar.bz2 gentoo-240e9bd099bc993729e05254818edd36447eaf5e.zip |
dev-java/jackson-annotations: ppc64 stable wrt bug #840347
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-java/jackson-annotations')
-rw-r--r-- | dev-java/jackson-annotations/jackson-annotations-2.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/jackson-annotations/jackson-annotations-2.13.2.ebuild b/dev-java/jackson-annotations/jackson-annotations-2.13.2.ebuild index 23203a3c856e..fcf550f71107 100644 --- a/dev-java/jackson-annotations/jackson-annotations-2.13.2.ebuild +++ b/dev-java/jackson-annotations/jackson-annotations-2.13.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |