diff options
author | Vlastimil Babka <caster@gentoo.org> | 2010-03-21 22:49:58 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2010-03-21 22:49:58 +0000 |
commit | ad30c0743ed46a48ee3de54da740ffd6572b046e (patch) | |
tree | 7578a645874a9e4d24d2fe670c912b6e3c8c9d28 /dev-java | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-ad30c0743ed46a48ee3de54da740ffd6572b046e.tar.gz gentoo-2-ad30c0743ed46a48ee3de54da740ffd6572b046e.tar.bz2 gentoo-2-ad30c0743ed46a48ee3de54da740ffd6572b046e.zip |
Remove QA_EXECSTACK declarations as they no longer apply, #257707.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/icedtea6-bin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/icedtea6-bin/icedtea6-bin-1.7.1.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-java/icedtea6-bin/ChangeLog b/dev-java/icedtea6-bin/ChangeLog index ac0d71292d71..046288dff103 100644 --- a/dev-java/icedtea6-bin/ChangeLog +++ b/dev-java/icedtea6-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/icedtea6-bin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/ChangeLog,v 1.22 2010/03/19 19:26:36 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/ChangeLog,v 1.23 2010/03/21 22:49:58 caster Exp $ + + 21 Mar 2010; Vlastimil Babka <caster@gentoo.org> + icedtea6-bin-1.7.1.ebuild: + Remove QA_EXECSTACK declarations as they no longer apply, #257707. 19 Mar 2010; Vlastimil Babka <caster@gentoo.org> icedtea6-bin-1.7.1.ebuild: diff --git a/dev-java/icedtea6-bin/icedtea6-bin-1.7.1.ebuild b/dev-java/icedtea6-bin/icedtea6-bin-1.7.1.ebuild index c4871964752a..02bb1cae382b 100644 --- a/dev-java/icedtea6-bin/icedtea6-bin-1.7.1.ebuild +++ b/dev-java/icedtea6-bin/icedtea6-bin-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.7.1.ebuild,v 1.4 2010/03/19 19:26:36 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.7.1.ebuild,v 1.5 2010/03/21 22:49:58 caster Exp $ EAPI="1" @@ -60,10 +60,6 @@ RDEPEND=">=sys-devel/gcc-4.3 )" DEPEND="" -QA_EXECSTACK_amd64="opt/${P}/jre/lib/amd64/server/libjvm.so" -QA_EXECSTACK_x86="opt/${P}/jre/lib/i386/server/libjvm.so - opt/${P}/jre/lib/i386/client/libjvm.so" - src_unpack() { unpack ${A} |