dev-java/jgoodies-looks-2.3.1-r1: fixed compilation with ant-1.9.13+
authorMiroslav Šulc <fordfrog@gentoo.org>
Fri, 1 Feb 2019 12:29:31 +0000 (13:29 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Fri, 1 Feb 2019 12:30:05 +0000 (13:30 +0100)
Closes: https://bugs.gentoo.org/676850
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
dev-java/jgoodies-looks/jgoodies-looks-2.3.1-r1.ebuild

index 93852c012269be6f75f76059275546727b1ba0e8..b852487d7d1594ce5953c2b3cb2a27b31b9ef836 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -32,7 +32,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 EANT_FILTER_COMPILER="jikes"
 # jar target fails unless we make descriptors.dir an existing directory
 # update: it's where it looks for all.txt file
-EANT_EXTRA_ARGS="-Ddescriptors.dir=\"${S}\""
+EANT_EXTRA_ARGS="-Ddescriptors.dir=${S}"
 
 EANT_BUILD_TARGET="jar-all"