dev-java/maven-bin: stable for amd64+x86.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 14 May 2019 17:32:24 +0000 (19:32 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 14 May 2019 19:12:12 +0000 (21:12 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-java/maven-bin/maven-bin-3.0.5.ebuild

index e97007ba6b02497f70864f61acc1b679afe1a92b..c8fd2a500821795ad66db0f13c26d611c99de20c 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
 
 inherit java-pkg-2
 
@@ -15,12 +15,12 @@ HOMEPAGE="https://maven.apache.org/"
 
 LICENSE="Apache-2.0"
 SLOT="3.0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
+KEYWORDS="amd64 x86"
 
 DEPEND="app-eselect/eselect-java"
-RDEPEND=">=virtual/jdk-1.5
-       ${DEPEND}"
+RDEPEND="
+       ${DEPEND}
+       >=virtual/jdk-1.5"
 
 S="${WORKDIR}/${MY_P}"