diff options
author | 2008-04-07 11:59:01 +0000 | |
---|---|---|
committer | 2008-04-07 11:59:01 +0000 | |
commit | bf3d0a78837f611e7cbfe769f6971f0ee6caa17c (patch) | |
tree | 649755d8589e31a1eed7f2ecc8b3544506a0b806 /dev-java/commons-configuration | |
parent | Only compile id3tag bundle with USE=mad, bug #216564 (diff) | |
download | historical-bf3d0a78837f611e7cbfe769f6971f0ee6caa17c.tar.gz historical-bf3d0a78837f611e7cbfe769f6971f0ee6caa17c.tar.bz2 historical-bf3d0a78837f611e7cbfe769f6971f0ee6caa17c.zip |
Added ~ppc64; bug #215406
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-java/commons-configuration')
-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" |