summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2013-07-28 09:38:57 +0000
committerFabian Groffen <grobian@gentoo.org>2013-07-28 09:38:57 +0000
commit9e4b450a55458a7af8e1e542566d18069c0dcd3c (patch)
tree9ad51a1f0dc9027024a70aaf6cc1291ea085fc00
parentMarked ~x64-macos, bug #435528 (diff)
downloadgentoo-2-9e4b450a55458a7af8e1e542566d18069c0dcd3c.tar.gz
gentoo-2-9e4b450a55458a7af8e1e542566d18069c0dcd3c.tar.bz2
gentoo-2-9e4b450a55458a7af8e1e542566d18069c0dcd3c.zip
Marked ~x64-macos, bug #435528
(Portage version: 2.2.01.22124-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
-rw-r--r--dev-java/rhino/ChangeLog5
-rw-r--r--dev-java/rhino/rhino-1.7.2-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/rhino/ChangeLog b/dev-java/rhino/ChangeLog
index 2ae5cc8b3b54..98429eb67663 100644
--- a/dev-java/rhino/ChangeLog
+++ b/dev-java/rhino/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/rhino
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.73 2013/02/05 07:31:02 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.74 2013/07/28 09:38:57 grobian Exp $
+
+ 28 Jul 2013; Fabian Groffen <grobian@gentoo.org> rhino-1.7.2-r2.ebuild:
+ Marked ~x64-macos, bug #435528
05 Feb 2013; Rick Farina <zerochaos@gentoo.org> rhino-1.7.2-r2.ebuild:
adding ~arm
diff --git a/dev-java/rhino/rhino-1.7.2-r2.ebuild b/dev-java/rhino/rhino-1.7.2-r2.ebuild
index d2695ad64576..4db2f9b9802f 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-2013 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.9 2013/02/05 07:31:02 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.7.2-r2.ebuild,v 1.10 2013/07/28 09:38:57 grobian 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 ~arm ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
S="${WORKDIR}/${MY_P}"