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/velocity/
Date: Sat, 16 Jul 2016 13:51:27
Message-Id: 1468677011.3a4627b73f6b55d6e92660c85c75bd69a671bfbb.monsieurp@gentoo
1 commit: 3a4627b73f6b55d6e92660c85c75bd69a671bfbb
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 16 13:16:16 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 16 13:50:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4627b7
7
8 dev-java/velocity: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.28
11
12 dev-java/velocity/velocity-1.7-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/velocity/velocity-1.7-r2.ebuild b/dev-java/velocity/velocity-1.7-r2.ebuild
16 index bd3f8f3..67dc9a5 100644
17 --- a/dev-java/velocity/velocity-1.7-r2.ebuild
18 +++ b/dev-java/velocity/velocity-1.7-r2.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/${PN}/engine/${PV}/${P}.tar.gz"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE="test"
26
27 CDEPEND="
28 @@ -58,7 +58,7 @@ S="${WORKDIR}/${P}"
29
30 java_prepare() {
31 java-pkg_clean
32 - rm -rf test src/test || die
33 + rm -rv test src/test || die
34 }
35
36 src_install() {