diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-03-31 16:39:54 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-03-31 16:42:33 +0000 |
commit | 4adf712eabfe98f8a8d7e3f8dc2912c9be4dc708 (patch) | |
tree | e5b99c68d6749d18fbffcd074923580884f2cdb6 /dev-java/joda-time | |
parent | dev-java/joda-convert: Stable for amd64. Retroactively mark stable for the re... (diff) | |
download | gentoo-4adf712eabfe98f8a8d7e3f8dc2912c9be4dc708.tar.gz gentoo-4adf712eabfe98f8a8d7e3f8dc2912c9be4dc708.tar.bz2 gentoo-4adf712eabfe98f8a8d7e3f8dc2912c9be4dc708.zip |
dev-java/joda-time: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java/joda-time')
-rw-r--r-- | dev-java/joda-time/joda-time-2.7.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-java/joda-time/joda-time-2.7.ebuild b/dev-java/joda-time/joda-time-2.7.ebuild index 4c63fd7c7b2e..243374f58395 100644 --- a/dev-java/joda-time/joda-time-2.7.ebuild +++ b/dev-java/joda-time/joda-time-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,9 @@ SRC_URI="https://github.com/JodaOrg/${PN}/releases/download/v${PV}/${P}-dist.tar LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" + +RESTRICT="test" DEPEND=">=virtual/jdk-1.5 dev-java/joda-convert:0 |