diff options
author | 2006-10-05 17:11:05 +0000 | |
---|---|---|
committer | 2006-10-05 17:11:05 +0000 | |
commit | 34c75d454a3c84aa564f58bfbbc692288e510e32 (patch) | |
tree | 29c48f96c33fe24df29362f2840b405b17ee3aee /dev-java/struts-legacy | |
parent | Dropping sparc keywords, see #96229 (diff) | |
download | gentoo-2-34c75d454a3c84aa564f58bfbbc692288e510e32.tar.gz gentoo-2-34c75d454a3c84aa564f58bfbbc692288e510e32.tar.bz2 gentoo-2-34c75d454a3c84aa564f58bfbbc692288e510e32.zip |
Dropping sparc keywords, see #96229
(Portage version: 2.1.1)
Diffstat (limited to 'dev-java/struts-legacy')
-rw-r--r-- | dev-java/struts-legacy/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/struts-legacy/struts-legacy-1.0-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/struts-legacy/ChangeLog b/dev-java/struts-legacy/ChangeLog index 3445b9880723..04485d0a5594 100644 --- a/dev-java/struts-legacy/ChangeLog +++ b/dev-java/struts-legacy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/struts-legacy -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/struts-legacy/ChangeLog,v 1.12 2005/05/29 15:53:37 corsair Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/struts-legacy/ChangeLog,v 1.13 2006/10/05 17:11:05 gustavoz Exp $ + + 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> + struts-legacy-1.0-r1.ebuild: + Dropping sparc keywords, see #96229 29 May 2005; Markus Rothe <corsair@gentoo.org> struts-legacy-1.0-r1.ebuild: diff --git a/dev-java/struts-legacy/struts-legacy-1.0-r1.ebuild b/dev-java/struts-legacy/struts-legacy-1.0-r1.ebuild index 2c5bcc20fce7..893bc2465229 100644 --- a/dev-java/struts-legacy/struts-legacy-1.0-r1.ebuild +++ b/dev-java/struts-legacy/struts-legacy-1.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/struts-legacy/struts-legacy-1.0-r1.ebuild,v 1.14 2005/10/08 11:24:09 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/struts-legacy/struts-legacy-1.0-r1.ebuild,v 1.15 2006/10/05 17:11:05 gustavoz Exp $ inherit java-pkg @@ -16,7 +16,7 @@ DEPEND=">=virtual/jdk-1.4 jikes? ( dev-java/jikes )" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~x86" S=${WORKDIR}/${P}-src |