diff options
author | Sam James <sam@gentoo.org> | 2023-04-09 08:44:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-09 08:44:06 +0100 |
commit | 3cca305975b578875884b6e5d6aec5d0782c57c9 (patch) | |
tree | 224a71064955524dd32763e6303b41409818dd0b /dev-java/json-simple | |
parent | dev-java/json-simple: Stabilize 2.3.1 x86, #904057 (diff) | |
download | gentoo-3cca305975b578875884b6e5d6aec5d0782c57c9.tar.gz gentoo-3cca305975b578875884b6e5d6aec5d0782c57c9.tar.bz2 gentoo-3cca305975b578875884b6e5d6aec5d0782c57c9.zip |
dev-java/json-simple: Stabilize 2.3.1 amd64, #904057
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/json-simple')
-rw-r--r-- | dev-java/json-simple/json-simple-2.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/json-simple/json-simple-2.3.1.ebuild b/dev-java/json-simple/json-simple-2.3.1.ebuild index c832c5ea49b4..4762c448b485 100644 --- a/dev-java/json-simple/json-simple-2.3.1.ebuild +++ b/dev-java/json-simple/json-simple-2.3.1.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="Apache-2.0" SLOT="2.3" -KEYWORDS="~amd64 ~ppc64 x86" +KEYWORDS="amd64 ~ppc64 x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |