diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-10-14 16:00:14 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-10-14 16:00:14 +0000 |
commit | 499d9643cc950005a457eea2200eeeb1eb67317f (patch) | |
tree | bbdbc157ae599d0978b67934236bd7c6004965dd /dev-java/sun-jce-bin | |
parent | Stable on ppc wrt bug 151290 (diff) | |
download | historical-499d9643cc950005a457eea2200eeeb1eb67317f.tar.gz historical-499d9643cc950005a457eea2200eeeb1eb67317f.tar.bz2 historical-499d9643cc950005a457eea2200eeeb1eb67317f.zip |
Stabilizing on amd64 as part of new Java system, bug #147254.
Package-Manager: portage-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="" |