diff options
author | 2007-03-17 17:15:42 +0000 | |
---|---|---|
committer | 2007-03-17 17:15:42 +0000 | |
commit | 7f84308a4f4d53df340cd1a94a55e890b92db610 (patch) | |
tree | 7bb2e36028f19d29868110de4c2445f88837500b /dev-java/commons-discovery | |
parent | Stable on ppc wrt bug 170959 (diff) | |
download | gentoo-2-7f84308a4f4d53df340cd1a94a55e890b92db610.tar.gz gentoo-2-7f84308a4f4d53df340cd1a94a55e890b92db610.tar.bz2 gentoo-2-7f84308a4f4d53df340cd1a94a55e890b92db610.zip |
Stable on ppc wrt bug 170791
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-java/commons-discovery')
-rw-r--r-- | dev-java/commons-discovery/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-discovery/commons-discovery-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-discovery/ChangeLog b/dev-java/commons-discovery/ChangeLog index 02953ec614d4..4fcca725c877 100644 --- a/dev-java/commons-discovery/ChangeLog +++ b/dev-java/commons-discovery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-discovery # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-discovery/ChangeLog,v 1.20 2007/03/14 13:29:55 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-discovery/ChangeLog,v 1.21 2007/03/17 17:15:42 nixnut Exp $ + + 17 Mar 2007; nixnut <nixnut@gentoo.org> commons-discovery-0.4.ebuild: + Stable on ppc wrt bug 170791 14 Mar 2007; Joshua Nichols <nichoj@gentoo.org> commons-discovery-0.4.ebuild: diff --git a/dev-java/commons-discovery/commons-discovery-0.4.ebuild b/dev-java/commons-discovery/commons-discovery-0.4.ebuild index baaaf6d719ca..10591d333e75 100644 --- a/dev-java/commons-discovery/commons-discovery-0.4.ebuild +++ b/dev-java/commons-discovery/commons-discovery-0.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/commons-discovery/commons-discovery-0.4.ebuild,v 1.4 2007/03/14 13:29:55 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-discovery/commons-discovery-0.4.ebuild,v 1.5 2007/03/17 17:15:42 nixnut Exp $ inherit eutils java-pkg-2 java-ant-2 @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/jakarta/commons/discovery/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="doc source test" RDEPEND=">=virtual/jre-1.4 |