diff options
author | Johannes Huber <johu@gentoo.org> | 2012-09-07 12:14:18 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-09-07 12:14:18 +0000 |
commit | 30708f0cad94170816ddff417ee1f81c42a7f376 (patch) | |
tree | e70b9a2e56e44b8b3a8588d51d968235da4d78ac /dev-cpp/clucene/clucene-2.3.3.4-r3.ebuild | |
parent | Version (diff) | |
download | gentoo-2-30708f0cad94170816ddff417ee1f81c42a7f376.tar.gz gentoo-2-30708f0cad94170816ddff417ee1f81c42a7f376.tar.bz2 gentoo-2-30708f0cad94170816ddff417ee1f81c42a7f376.zip |
Stable for x86, wrt bug #433812
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/clucene/clucene-2.3.3.4-r3.ebuild')
-rw-r--r-- | dev-cpp/clucene/clucene-2.3.3.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/clucene/clucene-2.3.3.4-r3.ebuild b/dev-cpp/clucene/clucene-2.3.3.4-r3.ebuild index 8f5276b67544..baf27e7b7004 100644 --- a/dev-cpp/clucene/clucene-2.3.3.4-r3.ebuild +++ b/dev-cpp/clucene/clucene-2.3.3.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/clucene/clucene-2.3.3.4-r3.ebuild,v 1.3 2012/09/07 09:55:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/clucene/clucene-2.3.3.4-r3.ebuild,v 1.4 2012/09/07 12:14:18 johu Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/clucene/${MY_P}.tar.gz" LICENSE="|| ( Apache-2.0 LGPL-2.1 )" SLOT="1" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="debug doc static-libs" |