commit: ddabe0a3edcb84c2314e51005b59cd474c44d26c Author: Andrew John Hughes <gnu_andrew <AT> member <DOT> fsf <DOT> org> AuthorDate: Mon Jan 11 02:10:02 2016 +0000 Commit: Andrew John Hughes <gnu_andrew <AT> member <DOT> fsf <DOT> org> CommitDate: Mon Jan 11 02:10:02 2016 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=ddabe0a3
dev-java/icedtea: Remove unsetting of LDFLAGS now flags containing commas can be handled (PR2428) Package-Manager: portage-2.2.26 dev-java/icedtea/ChangeLog | 9 ++++++++- ...{icedtea-3.0.0_pre07.ebuild => icedtea-3.0.0_pre07-r1.ebuild} | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog index a2cf523..7dc3728 100644 --- a/dev-java/icedtea/ChangeLog +++ b/dev-java/icedtea/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-java/icedtea -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*icedtea-3.0.0_pre07-r1 (11 Jan 2016) + + 11 Jan 2016; Andrew John Hughes <gnu_and...@member.fsf.org> + +icedtea-3.0.0_pre07-r1.ebuild, -icedtea-3.0.0_pre07.ebuild: + dev-java/icedtea: Remove unsetting of LDFLAGS now flags containing commas can + be handled (PR2428) + *icedtea-3.0.0_pre07 (24 Dec 2015) 24 Dec 2015; Andrew John Hughes <gnu_and...@member.fsf.org> diff --git a/dev-java/icedtea/icedtea-3.0.0_pre07.ebuild b/dev-java/icedtea/icedtea-3.0.0_pre07-r1.ebuild similarity index 99% rename from dev-java/icedtea/icedtea-3.0.0_pre07.ebuild rename to dev-java/icedtea/icedtea-3.0.0_pre07-r1.ebuild index fd526e8..f793426 100644 --- a/dev-java/icedtea/icedtea-3.0.0_pre07.ebuild +++ b/dev-java/icedtea/icedtea-3.0.0_pre07-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # Build written by Andrew John Hughes (gnu_and...@member.fsf.org) @@ -305,7 +305,7 @@ src_compile() { # With ant >=1.8.2 all required tasks are part of ant-core export ANT_TASKS="none" - emake LDFLAGS= + emake } src_test() {