diff options
Diffstat (limited to 'dev-java/jaxp/jaxp-1.4.ebuild')
-rw-r--r-- | dev-java/jaxp/jaxp-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jaxp/jaxp-1.4.ebuild b/dev-java/jaxp/jaxp-1.4.ebuild index 7edd1aaaa3ab..6f28ac99943e 100644 --- a/dev-java/jaxp/jaxp-1.4.ebuild +++ b/dev-java/jaxp/jaxp-1.4.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/jaxp/jaxp-1.4.ebuild,v 1.6 2007/08/15 10:36:47 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jaxp/jaxp-1.4.ebuild,v 1.7 2007/08/19 19:22:39 wltjr Exp $ JAVA_PKG_IUSE="doc source" @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="CDDL" SLOT="0" -KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4" |