diff options
Diffstat (limited to 'dev-java/castor/castor-0.9.9.1-r2.ebuild')
-rw-r--r-- | dev-java/castor/castor-0.9.9.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/castor/castor-0.9.9.1-r2.ebuild b/dev-java/castor/castor-0.9.9.1-r2.ebuild index 315c01d27ba0..70f41461617d 100644 --- a/dev-java/castor/castor-0.9.9.1-r2.ebuild +++ b/dev-java/castor/castor-0.9.9.1-r2.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/castor/castor-0.9.9.1-r2.ebuild,v 1.1 2007/06/09 15:24:57 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/castor-0.9.9.1-r2.ebuild,v 1.2 2007/06/14 00:29:07 opfer Exp $ JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 java-ant-2 @@ -9,7 +9,7 @@ DESCRIPTION="Data binding framework for Java" SRC_URI="http://dist.codehaus.org/${PN}/${PV}/${P}-src.tgz" HOMEPAGE="http://www.castor.org" LICENSE="Exolab" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" SLOT="0.9" IUSE="doc examples source" |