diff options
Diffstat (limited to 'dev-java/bsh/bsh-2.0_beta1-r1.ebuild')
-rw-r--r-- | dev-java/bsh/bsh-2.0_beta1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/bsh/bsh-2.0_beta1-r1.ebuild b/dev-java/bsh/bsh-2.0_beta1-r1.ebuild index 07dc2e61a3a3..3492b2f10ed2 100644 --- a/dev-java/bsh/bsh-2.0_beta1-r1.ebuild +++ b/dev-java/bsh/bsh-2.0_beta1-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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_beta1-r1.ebuild,v 1.7 2005/04/08 14:52:10 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-2.0_beta1-r1.ebuild,v 1.8 2006/10/05 14:58:37 gustavoz Exp $ inherit java-pkg DESCRIPTION="BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features." SRC_URI="http://www.beanshell.org/${P/_beta1/b1}.jar mirror://gentoo/beanshell-icon.png" HOMEPAGE="http://www.beanshell.org/" -KEYWORDS="x86 amd64 ppc sparc ppc64" +KEYWORDS="x86 amd64 ppc ppc64" LICENSE="LGPL-2.1" SLOT="0" RDEPEND=">=virtual/jdk-1.2" |