diff options
author | 2010-04-20 09:54:40 +0000 | |
---|---|---|
committer | 2010-04-20 09:54:40 +0000 | |
commit | a273bdf703c0ac3f5db32fe49068ba3e1f351307 (patch) | |
tree | ecabf5f5baec89058cf856eaf4fcab4404777c7b /dev-java/sun-jre-bin/sun-jre-bin-1.6.0.20.ebuild | |
parent | stable x86, security bug 314531 (diff) | |
download | gentoo-2-a273bdf703c0ac3f5db32fe49068ba3e1f351307.tar.gz gentoo-2-a273bdf703c0ac3f5db32fe49068ba3e1f351307.tar.bz2 gentoo-2-a273bdf703c0ac3f5db32fe49068ba3e1f351307.zip |
stable x86, security bug 314531
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-java/sun-jre-bin/sun-jre-bin-1.6.0.20.ebuild')
-rw-r--r-- | dev-java/sun-jre-bin/sun-jre-bin-1.6.0.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.20.ebuild b/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.20.ebuild index cef749841871..624d450f91bd 100644 --- a/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.20.ebuild +++ b/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.20.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/sun-jre-bin/sun-jre-bin-1.6.0.20.ebuild,v 1.1 2010/04/16 09:40:16 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.20.ebuild,v 1.2 2010/04/20 09:54:40 fauli Exp $ inherit versionator pax-utils eutils java-vm-2 @@ -19,7 +19,7 @@ SRC_URI="x86? ( ${URL_BASE}/${X86_AT} ) amd64? ( ${URL_BASE}/${AMD64_AT} )" SLOT="1.6" LICENSE="dlj-1.1" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" RESTRICT="strip" IUSE="X alsa jce nsplugin odbc" |