diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-12-07 07:56:57 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-12-07 10:10:26 +0000 |
commit | dfe1c5f0cbabb874a2daaac2380929be8354e40a (patch) | |
tree | 027d6544e757e2d1f1c55c9c68e9b6e438887b2c /dev-java/json | |
parent | sys-apps/portage: amd64 stable wrt bug #567540 (diff) | |
download | gentoo-dfe1c5f0cbabb874a2daaac2380929be8354e40a.tar.gz gentoo-dfe1c5f0cbabb874a2daaac2380929be8354e40a.tar.bz2 gentoo-dfe1c5f0cbabb874a2daaac2380929be8354e40a.zip |
dev-java/json: Stable for amd64. Stable for x86 using the ALLARCHES policy.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/json')
-rw-r--r-- | dev-java/json/json-20150729.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/json/json-20150729.ebuild b/dev-java/json/json-20150729.ebuild index 6e33966cff63..1324c46043d8 100644 --- a/dev-java/json/json-20150729.ebuild +++ b/dev-java/json/json-20150729.ebuild @@ -12,8 +12,8 @@ HOMEPAGE="http://www.json.org/java/" SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" +KEYWORDS="amd64 x86" +IUSE="" DEPEND=">=virtual/jdk-1.7" RDEPEND=">=virtual/jre-1.7" |