Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-chain/
Date: Mon, 05 Oct 2015 20:43:36
Message-Id: 1444077706.780a1b5d334b982c0338174d91e71e69deb0c847.monsieurp@gentoo
1 commit: 780a1b5d334b982c0338174d91e71e69deb0c847
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 20:15:48 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 20:41:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780a1b5d
7
8 dev-java/commons-chain: Stable for amd64. Stable for x86 using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-java/commons-chain/commons-chain-1.2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-java/commons-chain/commons-chain-1.2.ebuild b/dev-java/commons-chain/commons-chain-1.2.ebuild
17 index 39cccd0..4e20ef4 100644
18 --- a/dev-java/commons-chain/commons-chain-1.2.ebuild
19 +++ b/dev-java/commons-chain/commons-chain-1.2.ebuild
20 @@ -14,11 +14,11 @@ SRC_URI="mirror://apache/commons/chain/source/${MY_P}.zip"
21
22 LICENSE="Apache-2.0"
23 SLOT="1.2"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="amd64 x86"
26
27 -# Too many missing imports from javax.servlet.* which cause the
28 +# Too many missing imports from javax.servlet.* which causes the
29 # "compile-tests" target to fail compiling.
30 -# I gave up on it after wasting nearly half a day.
31 +# I gave up on them after wasting nearly half a day.
32 RESTRICT="test"
33
34 IUSE=""