diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-31 14:41:26 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-31 14:41:26 +0000 |
commit | 37b692ede9c941f1a54ae02027164a155b5f7f19 (patch) | |
tree | c030c3bfdc1212bb6ca2dacc53109e42eca0e476 /dev-java | |
parent | Adding -config option to eqmake4. Bug #328457. Thanks to Davide Pesavento for (diff) | |
download | gentoo-2-37b692ede9c941f1a54ae02027164a155b5f7f19.tar.gz gentoo-2-37b692ede9c941f1a54ae02027164a155b5f7f19.tar.bz2 gentoo-2-37b692ede9c941f1a54ae02027164a155b5f7f19.zip |
Stable on amd64 wrt bug #330205
(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.8.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/icedtea6-bin/ChangeLog b/dev-java/icedtea6-bin/ChangeLog index 2a20620a0991..f836705192c0 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.33 2010/07/31 03:24:42 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/ChangeLog,v 1.34 2010/07/31 14:41:26 hwoarang Exp $ + + 31 Jul 2010; Markos Chandras <hwoarang@gentoo.org> + icedtea6-bin-1.8.1.ebuild: + Stable on amd64 wrt bug #330205 31 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> icedtea6-bin-1.8.1.ebuild: diff --git a/dev-java/icedtea6-bin/icedtea6-bin-1.8.1.ebuild b/dev-java/icedtea6-bin/icedtea6-bin-1.8.1.ebuild index b1932a712eb3..5476e1d234be 100644 --- a/dev-java/icedtea6-bin/icedtea6-bin-1.8.1.ebuild +++ b/dev-java/icedtea6-bin/icedtea6-bin-1.8.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.8.1.ebuild,v 1.2 2010/07/31 03:24:42 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.8.1.ebuild,v 1.3 2010/07/31 14:41:26 hwoarang Exp $ EAPI="1" @@ -28,7 +28,7 @@ RESTRICT="strip" LICENSE="GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" S="${WORKDIR}/${PN}-${TARBALL_VERSION}" |