diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-10-05 20:15:48 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-10-05 20:41:46 +0000 |
commit | 780a1b5d334b982c0338174d91e71e69deb0c847 (patch) | |
tree | 8c6fd598b032ff142fcd790b18ee64b22732a713 /dev-java/commons-chain | |
parent | dev-java/portletapi: Stable for amd64. Stable for ppc+ppc64+x86 using the ALL... (diff) | |
download | gentoo-780a1b5d334b982c0338174d91e71e69deb0c847.tar.gz gentoo-780a1b5d334b982c0338174d91e71e69deb0c847.tar.bz2 gentoo-780a1b5d334b982c0338174d91e71e69deb0c847.zip |
dev-java/commons-chain: Stable for amd64. Stable for x86 using the ALLARCHES policy.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/commons-chain')
-rw-r--r-- | dev-java/commons-chain/commons-chain-1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/commons-chain/commons-chain-1.2.ebuild b/dev-java/commons-chain/commons-chain-1.2.ebuild index 39cccd08e661..4e20ef49d0c8 100644 --- a/dev-java/commons-chain/commons-chain-1.2.ebuild +++ b/dev-java/commons-chain/commons-chain-1.2.ebuild @@ -14,11 +14,11 @@ SRC_URI="mirror://apache/commons/chain/source/${MY_P}.zip" LICENSE="Apache-2.0" SLOT="1.2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" -# Too many missing imports from javax.servlet.* which cause the +# Too many missing imports from javax.servlet.* which causes the # "compile-tests" target to fail compiling. -# I gave up on it after wasting nearly half a day. +# I gave up on them after wasting nearly half a day. RESTRICT="test" IUSE="" |