diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-04-15 18:16:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-15 18:16:05 +0000 |
commit | a7a04174d5b8ffa77aa1e0d57ccbbd0e51496375 (patch) | |
tree | f9e0e3db0cdb4cb5ef3deca6db7e82562c6fa54e /dev-java/rhino | |
parent | Add back ia64 love #349020 by Dennis Schridde. (diff) | |
download | gentoo-2-a7a04174d5b8ffa77aa1e0d57ccbbd0e51496375.tar.gz gentoo-2-a7a04174d5b8ffa77aa1e0d57ccbbd0e51496375.tar.bz2 gentoo-2-a7a04174d5b8ffa77aa1e0d57ccbbd0e51496375.zip |
Add back ia64 love #349020 by Dennis Schridde.
(Portage version: 2.2.0_alpha100/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 add314708cdd..7f8e5aa13856 100644 --- a/dev-java/rhino/ChangeLog +++ b/dev-java/rhino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/rhino # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.71 2012/01/01 12:28:23 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.72 2012/04/15 18:16:05 vapier Exp $ + + 15 Apr 2012; Mike Frysinger <vapier@gentoo.org> rhino-1.7.2-r2.ebuild: + Add back ia64 love #349020 by Dennis Schridde. 01 Jan 2012; Ralph Sennhauser <sera@gentoo.org> rhino-1.5.5-r4.ebuild, rhino-1.5.5-r5.ebuild, rhino-1.6.5.ebuild, rhino-1.7.2.ebuild, diff --git a/dev-java/rhino/rhino-1.7.2-r2.ebuild b/dev-java/rhino/rhino-1.7.2-r2.ebuild index 3e670647c452..8bda3eaf94cd 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-2012 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.7 2012/01/01 12:28:23 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.7.2-r2.ebuild,v 1.8 2012/04/15 18:16:05 vapier 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 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}" |