diff options
Diffstat (limited to 'dev-java/sun-jre-bin/sun-jre-bin-1.5.0.10.ebuild')
-rw-r--r-- | dev-java/sun-jre-bin/sun-jre-bin-1.5.0.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.10.ebuild b/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.10.ebuild index 4452f4d91f97..62da80bd5b5d 100644 --- a/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.10.ebuild +++ b/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.10.ebuild,v 1.1 2006/12/03 21:22:30 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.5.0.10.ebuild,v 1.2 2007/01/16 17:56:32 opfer Exp $ inherit pax-utils eutils java-vm-2 @@ -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" |