summaryrefslogtreecommitdiff
path: root/dev-java/java-getopt
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/java-getopt')
-rw-r--r--dev-java/java-getopt/java-getopt-1.0.14-r1.ebuild (renamed from dev-java/java-getopt/java-getopt-1.0.14.ebuild)10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-java/java-getopt/java-getopt-1.0.14.ebuild b/dev-java/java-getopt/java-getopt-1.0.14-r1.ebuild
index aa561593096a..2cf4dd980a50 100644
--- a/dev-java/java-getopt/java-getopt-1.0.14.ebuild
+++ b/dev-java/java-getopt/java-getopt-1.0.14-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
JAVA_PKG_IUSE="doc source"
@@ -14,14 +14,14 @@ SRC_URI="https://www.urbanophile.com/arenn/hacking/getopt/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="1"
KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
S="${WORKDIR}"
-java_prepare() {
+src_prepare() {
+ default
mv gnu/getopt/buildx.xml build.xml || die
}