diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-03 17:13:36 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-03 17:13:36 +0000 |
commit | 6fe3ac9238229442bc50413830bfe83c10c27ebc (patch) | |
tree | ac503dfbec55f46a52fb0c56d17e7a284b1ca431 /dev-java/saxpath | |
parent | Fixes for hardened, see bug #79815 (diff) | |
download | gentoo-2-6fe3ac9238229442bc50413830bfe83c10c27ebc.tar.gz gentoo-2-6fe3ac9238229442bc50413830bfe83c10c27ebc.tar.bz2 gentoo-2-6fe3ac9238229442bc50413830bfe83c10c27ebc.zip |
stable on x86 and amd64.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-java/saxpath')
-rw-r--r-- | dev-java/saxpath/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/saxpath/saxpath-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/saxpath/ChangeLog b/dev-java/saxpath/ChangeLog index 727c6ab74096..bf0097dec026 100644 --- a/dev-java/saxpath/ChangeLog +++ b/dev-java/saxpath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/saxpath -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/saxpath/ChangeLog,v 1.3 2004/10/17 07:31:05 absinthe Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/saxpath/ChangeLog,v 1.4 2005/02/03 17:13:36 luckyduck Exp $ + + 03 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> saxpath-1.0.ebuild: + stable on x86 and amd64. 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> saxpath-1.0.ebuild: keywords ~amd64; closes #67328. diff --git a/dev-java/saxpath/saxpath-1.0.ebuild b/dev-java/saxpath/saxpath-1.0.ebuild index 87a8358e9c04..9c3ae19f826d 100644 --- a/dev-java/saxpath/saxpath-1.0.ebuild +++ b/dev-java/saxpath/saxpath-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/saxpath/saxpath-1.0.ebuild,v 1.3 2004/10/17 07:31:05 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/saxpath/saxpath-1.0.ebuild,v 1.4 2005/02/03 17:13:36 luckyduck Exp $ inherit java-pkg @@ -9,7 +9,7 @@ HOMEPAGE="http://saxpath.sourceforge.net/" SRC_URI="mirror://sourceforge/saxpath/${P}.tar.gz" LICENSE="saxpath" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" +KEYWORDS="x86 ~ppc ~sparc amd64" IUSE="doc junit" DEPEND="dev-java/ant junit? ( dev-java/junit ) |