diff options
author | 2006-02-09 02:02:43 +0000 | |
---|---|---|
committer | 2006-02-09 02:02:43 +0000 | |
commit | e0477e61fcce6852265ca16ba0659776823e017d (patch) | |
tree | 492821f5ce93ef6404eab6e6167462435f52fa29 /dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild | |
parent | Add patch to fix compilation with gcc-4 by Robert Förster <ich AT kuja DOT i... (diff) | |
download | gentoo-2-e0477e61fcce6852265ca16ba0659776823e017d.tar.gz gentoo-2-e0477e61fcce6852265ca16ba0659776823e017d.tar.bz2 gentoo-2-e0477e61fcce6852265ca16ba0659776823e017d.zip |
Marked stable on amd64.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild')
-rw-r--r-- | dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild b/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild index d73272434f2f..bb1f8f955950 100644 --- a/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild +++ b/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild @@ -1,6 +1,6 @@ -# 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/gnu-jaxp/gnu-jaxp-1.3.ebuild,v 1.7 2005/09/02 19:31:51 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild,v 1.8 2006/02/09 02:02:43 nichoj Exp $ inherit java-pkg eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/classpathx/jaxp/" SRC_URI="ftp://ftp.gnu.org/pub/gnu/classpathx/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ppc64 sparc x86" +KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="doc" RDEPEND=">=virtual/jre-1.3 |