diff options
author | 2015-08-06 20:52:28 +0000 | |
---|---|---|
committer | 2015-08-06 20:52:28 +0000 | |
commit | 4506e7dbd0931cd30693dd0e8ba28e5cd4882c3e (patch) | |
tree | 571567e322c5b727e549af1f2603e1e3ba72b40b /dev-java/rhino | |
parent | Version bump. Remove the modules USE flag; people can install open-vm-tools-k... (diff) | |
download | gentoo-2-4506e7dbd0931cd30693dd0e8ba28e5cd4882c3e.tar.gz gentoo-2-4506e7dbd0931cd30693dd0e8ba28e5cd4882c3e.tar.bz2 gentoo-2-4506e7dbd0931cd30693dd0e8ba28e5cd4882c3e.zip |
Remove EANT_BUILD_XML and EANT_BUILD_TARGET: both variables are predefined with the same value during eclass sourcing. Thanks sping for the heads up.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-java/rhino')
-rw-r--r-- | dev-java/rhino/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/rhino/rhino-1.7.7.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-java/rhino/ChangeLog b/dev-java/rhino/ChangeLog index 9034e96abbcc..1e712914897e 100644 --- a/dev-java/rhino/ChangeLog +++ b/dev-java/rhino/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/rhino # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.79 2015/08/06 10:01:23 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.80 2015/08/06 20:52:28 monsieurp Exp $ + + 06 Aug 2015; Patrice Clement <monsieurp@gentoo.org> rhino-1.7.7.ebuild: + Remove EANT_BUILD_XML and EANT_BUILD_TARGET: both variables are predefined + with the same value during eclass sourcing. Thanks sping for the heads up. *rhino-1.7.7 (06 Aug 2015) diff --git a/dev-java/rhino/rhino-1.7.7.ebuild b/dev-java/rhino/rhino-1.7.7.ebuild index 2fb834d606ec..ba0185d178d9 100644 --- a/dev-java/rhino/rhino-1.7.7.ebuild +++ b/dev-java/rhino/rhino-1.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.7.7.ebuild,v 1.1 2015/08/06 10:01:23 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.7.7.ebuild,v 1.2 2015/08/06 20:52:28 monsieurp Exp $ EAPI="5" JAVA_PKG_IUSE="doc examples source test" @@ -43,8 +43,6 @@ DEPEND=">=virtual/jdk-1.6 ${CDEPEND}" JAVA_ANT_REWRITE_CLASSPATH="yes" -EANT_BUILD_XML="${S}/build.xml" -EANT_BUILD_TARGET="jar" PATCHES=( "${FILESDIR}"/${P}-testsrc-build.xml.patch |