chewi 15/05/23 22:48:44 Modified: ant-core-1.9.2.ebuild ChangeLog Log: Allow building with gcj-jdk for bootstrapping icedtea. This used to be implied by >=virtual/jdk-1.5 but the 1.5 virtual went away long ago. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Revision Changes Path 1.9 dev-java/ant-core/ant-core-1.9.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-core/ant-core-1.9.2.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-core/ant-core-1.9.2.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-core/ant-core-1.9.2.ebuild?r1=1.8&r2=1.9 Index: ant-core-1.9.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-core/ant-core-1.9.2.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ant-core-1.9.2.ebuild 10 Aug 2014 20:07:23 -0000 1.8 +++ ant-core-1.9.2.ebuild 23 May 2015 22:48:44 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ant-core-1.9.2.ebuild,v 1.8 2014/08/10 20:07:23 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ant-core-1.9.2.ebuild,v 1.9 2015/05/23 22:48:44 chewi Exp $ EAPI="5" @@ -24,7 +24,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -DEPEND=">=virtual/jdk-1.5 +DEPEND="|| ( >=virtual/jdk-1.5 dev-java/gcj-jdk ) !dev-java/ant-tasks !dev-java/ant-optional" RDEPEND="${DEPEND}" 1.135 dev-java/ant-core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-core/ChangeLog?rev=1.135&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-core/ChangeLog?rev=1.135&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/ant-core/ChangeLog?r1=1.134&r2=1.135 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-core/ChangeLog,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- ChangeLog 10 Aug 2014 20:07:23 -0000 1.134 +++ ChangeLog 23 May 2015 22:48:44 -0000 1.135 @@ -1,6 +1,10 @@ # ChangeLog for dev-java/ant-core -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ChangeLog,v 1.134 2014/08/10 20:07:23 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ChangeLog,v 1.135 2015/05/23 22:48:44 chewi Exp $ + + 23 May 2015; James Le Cuirot <[email protected]> ant-core-1.9.2.ebuild: + Allow building with gcj-jdk for bootstrapping icedtea. This used to be implied + by >=virtual/jdk-1.5 but the 1.5 virtual went away long ago. 10 Aug 2014; Sergei Trofimovich <[email protected]> ant-core-1.7.1-r4.ebuild, ant-core-1.7.1-r5.ebuild, ant-core-1.8.0-r1.ebuild, ant-core-1.8.0-r2.ebuild,
