diff options
Diffstat (limited to 'dev-java/saxon/saxon-7.3.1.ebuild')
-rw-r--r-- | dev-java/saxon/saxon-7.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/saxon/saxon-7.3.1.ebuild b/dev-java/saxon/saxon-7.3.1.ebuild index 10f6cbe3b581..943727476d2a 100644 --- a/dev-java/saxon/saxon-7.3.1.ebuild +++ b/dev-java/saxon/saxon-7.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/saxon/saxon-7.3.1.ebuild,v 1.1 2003/05/14 06:15:13 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/saxon/saxon-7.3.1.ebuild,v 1.2 2003/07/11 21:41:54 aliz Exp $ inherit java-pkg @@ -9,7 +9,7 @@ DESCRIPTION="The SAXON package is a collection of tools for processing XML docum SRC_URI="mirror://sourceforge/saxon/saxon${PV//./-}.zip" HOMEPAGE="http://saxon.sourceforge.net/" LICENSE="MPL-1.1" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" IUSE="doc" DEPEND="" RDEPEND="virtual/jdk" |