diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 15:53:30 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 15:53:30 +0000 |
commit | c8eeb913b6fbc9ef7235da290b48c6f238d5f1db (patch) | |
tree | 8445c91c78f5c08f494be573986e95efa1693b3c /dev-java/commons-lang/commons-lang-2.1.ebuild | |
parent | Marked ppc stable for bug #146409. (diff) | |
download | historical-c8eeb913b6fbc9ef7235da290b48c6f238d5f1db.tar.gz historical-c8eeb913b6fbc9ef7235da290b48c6f238d5f1db.tar.bz2 historical-c8eeb913b6fbc9ef7235da290b48c6f238d5f1db.zip |
Dropping sparc keywords, see #96229
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-java/commons-lang/commons-lang-2.1.ebuild')
-rw-r--r-- | dev-java/commons-lang/commons-lang-2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/commons-lang/commons-lang-2.1.ebuild b/dev-java/commons-lang/commons-lang-2.1.ebuild index 3257cd2d81c4..fe3a85f33b85 100644 --- a/dev-java/commons-lang/commons-lang-2.1.ebuild +++ b/dev-java/commons-lang/commons-lang-2.1.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/commons-lang/commons-lang-2.1.ebuild,v 1.1 2005/10/01 08:24:41 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/commons-lang-2.1.ebuild,v 1.2 2006/10/05 15:27:43 gustavoz Exp $ inherit java-pkg @@ -13,7 +13,7 @@ DEPEND=">=virtual/jdk-1.3 RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-2.0" SLOT="2.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc jikes source" src_compile() { |