commit: 3a4627b73f6b55d6e92660c85c75bd69a671bfbb
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 13:16:16 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 13:50:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4627b7
dev-java/velocity: Stable for amd64. Retroactively mark stable for the
remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
dev-java/velocity/velocity-1.7-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/velocity/velocity-1.7-r2.ebuild
b/dev-java/velocity/velocity-1.7-r2.ebuild
index bd3f8f3..67dc9a5 100644
--- a/dev-java/velocity/velocity-1.7-r2.ebuild
+++ b/dev-java/velocity/velocity-1.7-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://apache/${PN}/engine/${PV}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
CDEPEND="
@@ -58,7 +58,7 @@ S="${WORKDIR}/${P}"
java_prepare() {
java-pkg_clean
- rm -rf test src/test || die
+ rm -rv test src/test || die
}
src_install() {