diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-10-14 15:52:42 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-10-14 15:52:42 +0000 |
commit | 389e770100a59837fa0044b80d380517d323630f (patch) | |
tree | 31c58686fad5db6101e845c5002105c439dc4c0d /dev-java/sun-jce-bin | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-389e770100a59837fa0044b80d380517d323630f.tar.gz gentoo-2-389e770100a59837fa0044b80d380517d323630f.tar.bz2 gentoo-2-389e770100a59837fa0044b80d380517d323630f.zip |
Stabilizing on amd64 as part of new Java system, bug #147254.
(Portage version: 2.1.2_pre2-r6)
Diffstat (limited to 'dev-java/sun-jce-bin')
-rw-r--r-- | dev-java/sun-jce-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/sun-jce-bin/ChangeLog b/dev-java/sun-jce-bin/ChangeLog index 5341fc425b25..b1e16ae8e1fa 100644 --- a/dev-java/sun-jce-bin/ChangeLog +++ b/dev-java/sun-jce-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/sun-jce-bin # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jce-bin/ChangeLog,v 1.3 2006/10/14 01:46:27 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jce-bin/ChangeLog,v 1.4 2006/10/14 15:52:42 nichoj Exp $ + + 14 Oct 2006; Joshua Nichols <nichoj@gentoo.org> sun-jce-bin-1.5.0.ebuild: + Stabilizing on amd64 as part of new Java system, bug #147254. 14 Oct 2006; Joshua Jackson <tsunam@gentoo.org> sun-jce-bin-1.5.0.ebuild: New java stable on x86; bug #147254 diff --git a/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild b/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild index 51065eabfd18..41b5963aba31 100644 --- a/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild +++ b/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.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-jce-bin/sun-jce-bin-1.5.0.ebuild,v 1.3 2006/10/14 01:46:27 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild,v 1.4 2006/10/14 15:52:42 nichoj Exp $ inherit java-pkg-2 eutils @@ -12,7 +12,7 @@ HOMEPAGE="http://java.sun.com/j2se/1.5.0/" SRC_URI="${jcefile}" SLOT="1.5" LICENSE="sun-bcla-java-vm" -KEYWORDS="~amd64 x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" RESTRICT="fetch" IUSE="" |