diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-04-07 11:51:42 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-04-07 11:51:42 +0000 |
commit | 3091a205021f44dbff118b8b8e62f50c1edd9e4a (patch) | |
tree | 30944d88252e5693542a9e83554411c8dc8b3dd7 /dev-java | |
parent | Added ~ppc64; bug #215406 (diff) | |
download | gentoo-2-3091a205021f44dbff118b8b8e62f50c1edd9e4a.tar.gz gentoo-2-3091a205021f44dbff118b8b8e62f50c1edd9e4a.tar.bz2 gentoo-2-3091a205021f44dbff118b8b8e62f50c1edd9e4a.zip |
Added ~ppc64; bug #215406
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-configuration/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/commons-configuration/commons-configuration-1.4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/commons-configuration/ChangeLog b/dev-java/commons-configuration/ChangeLog index 055b4f999492..b858ea071ba6 100644 --- a/dev-java/commons-configuration/ChangeLog +++ b/dev-java/commons-configuration/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-configuration -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v 1.1 2007/08/26 14:52:59 betelgeuse Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/ChangeLog,v 1.2 2008/04/07 11:51:42 corsair Exp $ + + 07 Apr 2008; Markus Rothe <corsair@gentoo.org> + commons-configuration-1.4.ebuild: + Added ~ppc64; bug #215406 *commons-configuration-1.4 (26 Aug 2007) diff --git a/dev-java/commons-configuration/commons-configuration-1.4.ebuild b/dev-java/commons-configuration/commons-configuration-1.4.ebuild index 4f4252214cf7..66240517be13 100644 --- a/dev-java/commons-configuration/commons-configuration-1.4.ebuild +++ b/dev-java/commons-configuration/commons-configuration-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.4.ebuild,v 1.1 2007/08/26 14:52:59 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-configuration/commons-configuration-1.4.ebuild,v 1.2 2008/04/07 11:51:42 corsair Exp $ JAVA_PKG_IUSE="doc source" @@ -28,7 +28,7 @@ RDEPEND=">=virtual/jre-1.4 LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~ppc64 ~x86" S="${WORKDIR}/${P}-src" |