diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-10-17 02:28:37 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-10-17 02:28:37 +0000 |
commit | eac12feaf157e3b3ce9d58dc1ec8f3a396efb699 (patch) | |
tree | 7b47aec3059ebe59312d5ef226fe1efee13d0ce5 /dev-java/bsh | |
parent | Unmask the gtk#/gnome# packages for GNOME 2.16. (diff) | |
download | historical-eac12feaf157e3b3ce9d58dc1ec8f3a396efb699.tar.gz historical-eac12feaf157e3b3ce9d58dc1ec8f3a396efb699.tar.bz2 historical-eac12feaf157e3b3ce9d58dc1ec8f3a396efb699.zip |
Keyworded ~ia64.
Package-Manager: portage-2.1.2_pre2-r6
Diffstat (limited to 'dev-java/bsh')
-rw-r--r-- | dev-java/bsh/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/bsh/bsh-2.0_beta4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/bsh/ChangeLog b/dev-java/bsh/ChangeLog index ae44b40dc2d7..4a75ebd49d47 100644 --- a/dev-java/bsh/ChangeLog +++ b/dev-java/bsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/bsh # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/ChangeLog,v 1.33 2006/10/05 14:58:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/ChangeLog,v 1.34 2006/10/17 02:25:50 nichoj Exp $ + + 17 Oct 2006; Joshua Nichols <nichoj@gentoo.org> bsh-2.0_beta4-r1.ebuild: + Keyworded ~ia64. 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> bsh-1.3.0.ebuild, bsh-2.0_beta1-r1.ebuild: diff --git a/dev-java/bsh/bsh-2.0_beta4-r1.ebuild b/dev-java/bsh/bsh-2.0_beta4-r1.ebuild index 564a78e3d29a..701e3e541376 100644 --- a/dev-java/bsh/bsh-2.0_beta4-r1.ebuild +++ b/dev-java/bsh/bsh-2.0_beta4-r1.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/bsh/bsh-2.0_beta4-r1.ebuild,v 1.4 2006/09/13 06:23:49 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-2.0_beta4-r1.ebuild,v 1.5 2006/10/17 02:25:50 nichoj Exp $ inherit java-pkg-2 eutils java-ant-2 @@ -13,7 +13,7 @@ SRC_URI="http://www.beanshell.org/${MY_DIST} mirror://gentoo/beanshell-icon.png" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="doc readline source" RDEPEND=">=virtual/jdk-1.4 |