diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-09 15:19:47 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-09 15:19:47 +0000 |
commit | 43968707c42ae8ea133daa533d6765662fbcc1ad (patch) | |
tree | 9f8c7fdcb603688f54381ce8019122c21f990bfa /dev-java/rhino | |
parent | Remove python-2.5 block. Only a problem when python is built w/ USE="-threads". (diff) | |
download | historical-43968707c42ae8ea133daa533d6765662fbcc1ad.tar.gz historical-43968707c42ae8ea133daa533d6765662fbcc1ad.tar.bz2 historical-43968707c42ae8ea133daa533d6765662fbcc1ad.zip |
Add ~ia64 wrt #160813
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'dev-java/rhino')
-rw-r--r-- | dev-java/rhino/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/rhino/rhino-1.6.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/rhino/ChangeLog b/dev-java/rhino/ChangeLog index 5e2bb0fc5621..20729b091cf6 100644 --- a/dev-java/rhino/ChangeLog +++ b/dev-java/rhino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/rhino # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.53 2007/05/09 08:03:31 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.54 2007/05/09 15:18:50 armin76 Exp $ + + 09 May 2007; Raúl Porcel <armin76@gentoo.org> rhino-1.6.5.ebuild: + Add ~ia64 wrt #160813 09 May 2007; Vlastimil Babka <caster@gentoo.org> rhino-1.6.1-r3.ebuild, rhino-1.6.5.ebuild: diff --git a/dev-java/rhino/rhino-1.6.5.ebuild b/dev-java/rhino/rhino-1.6.5.ebuild index e97249e6fb0a..a4abbf1624cd 100644 --- a/dev-java/rhino/rhino-1.6.5.ebuild +++ b/dev-java/rhino/rhino-1.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.6.5.ebuild,v 1.2 2007/05/09 08:03:31 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.6.5.ebuild,v 1.3 2007/05/09 15:18:50 armin76 Exp $ JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-ant-2 eutils versionator @@ -14,7 +14,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" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/${MY_P}" |