diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-05-13 02:24:02 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-05-13 02:24:02 +0000 |
commit | ce03cc6159a9c6027eed686bcd707c282f361ea2 (patch) | |
tree | 6dd6b7b5e122c78bcad1878bd6e11996a59d67b5 /dev-java/rhino | |
parent | fix binpkg merging support for aufs2; you don't need an unpacked kernel to me... (diff) | |
download | gentoo-2-ce03cc6159a9c6027eed686bcd707c282f361ea2.tar.gz gentoo-2-ce03cc6159a9c6027eed686bcd707c282f361ea2.tar.bz2 gentoo-2-ce03cc6159a9c6027eed686bcd707c282f361ea2.zip |
Marked ppc stable for bug #317417.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/rhino')
-rw-r--r-- | dev-java/rhino/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/rhino/rhino-1.7.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/rhino/ChangeLog b/dev-java/rhino/ChangeLog index f807d4a0757f..64e43b9dad25 100644 --- a/dev-java/rhino/ChangeLog +++ b/dev-java/rhino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/rhino # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.67 2010/05/11 21:53:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.68 2010/05/13 02:24:02 josejx Exp $ + + 13 May 2010; Joseph Jezak <josejx@gentoo.org> rhino-1.7.2-r2.ebuild: + Marked ppc stable for bug #317417. 11 May 2010; Brent Baude <ranger@gentoo.org> rhino-1.7.2-r2.ebuild: stable ppc64, bug 317417 diff --git a/dev-java/rhino/rhino-1.7.2-r2.ebuild b/dev-java/rhino/rhino-1.7.2-r2.ebuild index 72808ea22fa4..1c924d6413dc 100644 --- a/dev-java/rhino/rhino-1.7.2-r2.ebuild +++ b/dev-java/rhino/rhino-1.7.2-r2.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/rhino/rhino-1.7.2-r2.ebuild,v 1.3 2010/05/11 21:53:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.7.2-r2.ebuild,v 1.4 2010/05/13 02:24:02 josejx Exp $ EAPI="1" JAVA_PKG_IUSE="doc examples source" @@ -15,7 +15,7 @@ HOMEPAGE="http://www.mozilla.org/rhino/" # dual license for rhino and BSD-2 for the swing-ex from Sun's tutorial LICENSE="|| ( MPL-1.1 GPL-2 ) BSD-2" SLOT="1.6" -KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ia64 ppc ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" S="${WORKDIR}/${MY_P}" |