diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-16 21:17:57 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-16 21:17:57 +0000 |
commit | 0d42062336b272f828b88c0c4812cb1d829dc126 (patch) | |
tree | c268f276e71e92419e9b2731388f0e23df485ff7 /dev-java/icedtea6-bin | |
parent | Stable on amd64 wrt bug #355101 and bug #355099 (diff) | |
download | gentoo-2-0d42062336b272f828b88c0c4812cb1d829dc126.tar.gz gentoo-2-0d42062336b272f828b88c0c4812cb1d829dc126.tar.bz2 gentoo-2-0d42062336b272f828b88c0c4812cb1d829dc126.zip |
Stable on amd64 wrt bug #355127
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/icedtea6-bin')
-rw-r--r-- | dev-java/icedtea6-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/icedtea6-bin/icedtea6-bin-1.9.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/icedtea6-bin/ChangeLog b/dev-java/icedtea6-bin/ChangeLog index e7b831083420..25c0cd6a046b 100644 --- a/dev-java/icedtea6-bin/ChangeLog +++ b/dev-java/icedtea6-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/icedtea6-bin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/ChangeLog,v 1.52 2011/02/16 17:40:28 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/ChangeLog,v 1.53 2011/02/16 21:17:57 hwoarang Exp $ + + 16 Feb 2011; Markos Chandras <hwoarang@gentoo.org> icedtea6-bin-1.9.7.ebuild: + Stable on amd64 wrt bug #355127 *icedtea6-bin-1.9.7 (16 Feb 2011) diff --git a/dev-java/icedtea6-bin/icedtea6-bin-1.9.7.ebuild b/dev-java/icedtea6-bin/icedtea6-bin-1.9.7.ebuild index 01984dbcb5da..805ba5b928c0 100644 --- a/dev-java/icedtea6-bin/icedtea6-bin-1.9.7.ebuild +++ b/dev-java/icedtea6-bin/icedtea6-bin-1.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.9.7.ebuild,v 1.1 2011/02/16 17:40:28 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.9.7.ebuild,v 1.2 2011/02/16 21:17:57 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}" |