diff options
author | 2006-12-23 17:48:16 +0000 | |
---|---|---|
committer | 2006-12-23 17:48:16 +0000 | |
commit | f23117037ed476251c9b25c9518c0a6871ba07fc (patch) | |
tree | eca2ee0a64a0dfec84ffc1ada2bb383dd0e17b5c /dev-java/sun-jre-bin | |
parent | Stable on x86, bug #158659. (diff) | |
download | gentoo-2-f23117037ed476251c9b25c9518c0a6871ba07fc.tar.gz gentoo-2-f23117037ed476251c9b25c9518c0a6871ba07fc.tar.bz2 gentoo-2-f23117037ed476251c9b25c9518c0a6871ba07fc.zip |
Stable on x86, bug #158659.
(Portage version: 2.1.2_rc3-r7)
Diffstat (limited to 'dev-java/sun-jre-bin')
-rw-r--r-- | dev-java/sun-jre-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/sun-jre-bin/sun-jre-bin-1.5.0.09.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/sun-jre-bin/ChangeLog b/dev-java/sun-jre-bin/ChangeLog index bf45726253b6..b07633b668dc 100644 --- a/dev-java/sun-jre-bin/ChangeLog +++ b/dev-java/sun-jre-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/sun-jre-bin # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/ChangeLog,v 1.71 2006/12/16 22:47:54 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/ChangeLog,v 1.72 2006/12/23 17:48:16 ticho Exp $ + + 23 Dec 2006; Andrej Kacian <ticho@gentoo.org> sun-jre-bin-1.5.0.09.ebuild: + Stable on x86, bug #158659. *sun-jre-bin-1.6.0-r1 (16 Dec 2006) diff --git a/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.09.ebuild b/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.09.ebuild index 244903cdac81..f7d5e753a9ba 100644 --- a/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.09.ebuild +++ b/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.09.ebuild,v 1.1 2006/11/19 20:22:19 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.09.ebuild,v 1.2 2006/12/23 17:48:16 ticho Exp $ inherit java-vm-2 eutils @@ -21,7 +21,7 @@ SRC_URI="x86? ( http://download.java.net/dlj/binaries/${X86_AT} ) amd64? ( http://download.java.net/dlj/binaries/${AMD64_AT} )" SLOT="1.5" LICENSE="dlj-1.1" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" RESTRICT="nostrip" IUSE="X alsa nsplugin" |