diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-06-15 14:49:19 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-06-15 14:49:19 +0000 |
commit | 0703f56a22dd039efe7b80f42fb6aa93eb6532cd (patch) | |
tree | 5c835c17228aa4f832022fbd21fd6e50dbfd584b /dev-java/commons-lang/commons-lang-2.6.ebuild | |
parent | Version bump. Fix pam.d file - bug #261687. Add berkdb USE (diff) | |
download | gentoo-2-0703f56a22dd039efe7b80f42fb6aa93eb6532cd.tar.gz gentoo-2-0703f56a22dd039efe7b80f42fb6aa93eb6532cd.tar.bz2 gentoo-2-0703f56a22dd039efe7b80f42fb6aa93eb6532cd.zip |
x86 stable wrt bug #371349
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'dev-java/commons-lang/commons-lang-2.6.ebuild')
-rw-r--r-- | dev-java/commons-lang/commons-lang-2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-lang/commons-lang-2.6.ebuild b/dev-java/commons-lang/commons-lang-2.6.ebuild index e1778be48509..27fe80cfb1c2 100644 --- a/dev-java/commons-lang/commons-lang-2.6.ebuild +++ b/dev-java/commons-lang/commons-lang-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.6.ebuild,v 1.2 2011/05/14 04:46:48 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/commons-lang-2.6.ebuild,v 1.3 2011/06/15 14:49:19 phajdan.jr Exp $ EAPI=1 JAVA_PKG_IUSE="doc source test" @@ -18,7 +18,7 @@ RDEPEND=">=virtual/jre-1.4" LICENSE="Apache-2.0" SLOT="2.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" S="${WORKDIR}/${P}-src" |