diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-03-13 19:40:48 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-03-13 19:40:48 +0000 |
commit | 779210a6e291e98b16081979eff5fed0f057b904 (patch) | |
tree | 95c95a8f1bd88f2bfafd16e26a6f889fd1292f6b /dev-java/commons-logging | |
parent | Replaced by kdebase-data ebuild, bug 84018 (diff) | |
download | gentoo-2-779210a6e291e98b16081979eff5fed0f057b904.tar.gz gentoo-2-779210a6e291e98b16081979eff5fed0f057b904.tar.bz2 gentoo-2-779210a6e291e98b16081979eff5fed0f057b904.zip |
Added ~ppc64 to KEYWORDS
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-java/commons-logging')
-rw-r--r-- | dev-java/commons-logging/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-logging/ChangeLog b/dev-java/commons-logging/ChangeLog index ef180bff6d49..0b772ea16636 100644 --- a/dev-java/commons-logging/ChangeLog +++ b/dev-java/commons-logging/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-logging # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.28 2005/03/12 16:43:25 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.29 2005/03/13 19:40:48 corsair Exp $ + + 13 Mar 2005; Markus Rothe <corsair@gentoo.org> + commons-logging-1.0.4-r1.ebuild: + Added ~ppc64 to KEYWORDS; bug #84992 *commons-logging-1.0.4-r1 (12 Mar 2005) diff --git a/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild b/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild index 910fa708dae6..58978cebef38 100644 --- a/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild +++ b/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild,v 1.1 2005/03/12 16:43:25 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4-r1.ebuild,v 1.2 2005/03/13 19:40:48 corsair Exp $ inherit java-pkg @@ -16,7 +16,7 @@ DEPEND=">=dev-java/log4j-1.2.5 RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~amd64 ~ppc64" IUSE="avalon doc jikes" S="${WORKDIR}/${P}-src/" |