diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-03 02:03:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-03 02:03:51 +0000 |
commit | 2f6af6824337d774357e88b85d3e849ea68ef974 (patch) | |
tree | 5055e0e2c0342dc29d64edeed6f6325c39dde2e7 /dev-java/spice-jndikit | |
parent | Fix path to nasd in nas.conf.d. (diff) | |
download | gentoo-2-2f6af6824337d774357e88b85d3e849ea68ef974.tar.gz gentoo-2-2f6af6824337d774357e88b85d3e849ea68ef974.tar.bz2 gentoo-2-2f6af6824337d774357e88b85d3e849ea68ef974.zip |
typo fix
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-java/spice-jndikit')
-rw-r--r-- | dev-java/spice-jndikit/spice-jndikit-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild b/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild index faee926a7278..3eee3e39218c 100644 --- a/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild +++ b/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild,v 1.2 2007/04/02 21:57:23 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/spice-jndikit/spice-jndikit-1.2.ebuild,v 1.3 2007/04/03 02:03:51 mr_bones_ Exp $ -JAVA_PKG_IUSE=="doc source test" +JAVA_PKG_IUSE="doc source test" inherit java-pkg-2 java-ant-2 |