diff options
author | Sam James <sam@gentoo.org> | 2021-11-26 09:23:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-26 09:23:41 +0000 |
commit | a38f499429d060e35b420fd08af2ad6c68fe22d5 (patch) | |
tree | a63e40cbd9570fa1b0f7ff23aea68de148532fe8 /dev-java/gson | |
parent | dev-scheme/guile-colorized: fix DEPEND (diff) | |
download | gentoo-a38f499429d060e35b420fd08af2ad6c68fe22d5.tar.gz gentoo-a38f499429d060e35b420fd08af2ad6c68fe22d5.tar.bz2 gentoo-a38f499429d060e35b420fd08af2ad6c68fe22d5.zip |
dev-java/gson: Stabilize 2.8.7 ppc64, #809932
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/gson')
-rw-r--r-- | dev-java/gson/gson-2.8.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/gson/gson-2.8.7.ebuild b/dev-java/gson/gson-2.8.7.ebuild index 35e416438a42..cf9e81cf77cf 100644 --- a/dev-java/gson/gson-2.8.7.ebuild +++ b/dev-java/gson/gson-2.8.7.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PN}-parent-${PV}.tar.gz" LICENSE="Apache-2.0" SLOT="2.6" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ppc64 x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |