summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2017-04-07 14:44:59 +0200
committerAmy Liffey <amynka@gentoo.org>2017-04-07 14:44:59 +0200
commit78c0d1870fa19c1c900fe932c7141eeb7ac58d4f (patch)
tree0f74128104ef3216f44b8b4fdbf552b17a72f00e /sci-geosciences/bt747
parentsci-geosciences/bt747: missing jopt-simple missing bug #594698. Vadim Efimov (diff)
downloadgentoo-78c0d1870fa19c1c900fe932c7141eeb7ac58d4f.tar.gz
gentoo-78c0d1870fa19c1c900fe932c7141eeb7ac58d4f.tar.bz2
gentoo-78c0d1870fa19c1c900fe932c7141eeb7ac58d4f.zip
Revert "sci-geosciences/bt747: fix jopt-simple missing bug #594698. Vadim Efimov"
This reverts commit 41f4f3830a33ce872dbb907623c8aaa1beaf4450.
Diffstat (limited to 'sci-geosciences/bt747')
-rw-r--r--sci-geosciences/bt747/bt747-2.1.7-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-geosciences/bt747/bt747-2.1.7-r1.ebuild b/sci-geosciences/bt747/bt747-2.1.7-r1.ebuild
index 17c7ae799eb6..94c6f870e372 100644
--- a/sci-geosciences/bt747/bt747-2.1.7-r1.ebuild
+++ b/sci-geosciences/bt747/bt747-2.1.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -39,12 +39,12 @@ DEPEND="
EANT_BUILD_TARGET="dist.j2se"
EANT_EXTRA_ARGS="-Dskip.proguard=yes -Dsvn=true -Dsvnversion=true -Dbuild.current.revision=Gentoo"
-EANT_GENTOO_CLASSPATH="commons-imaging,jcalendar-1.2,jchart2d,jopt-simple,rxtx-2,swing-layout-1,swingx-1.6,swingx-ws-bt747"
+EANT_GENTOO_CLASSPATH="commons-imaging,jcalendar-1.2,jchart2d,jopt-simple-4.4,rxtx-2,swing-layout-1,swingx-1.6,swingx-ws-bt747"
JAVA_ANT_REWRITE_CLASSPATH="yes"
S="${WORKDIR}"
-src_prepare() {
+java_prepare() {
# Fix for newer jchart2d.
epatch "${FILESDIR}/jchart2d-3.2.patch"