diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-10 10:55:47 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-10 10:55:47 +0000 |
commit | b3757f68ff7cb9b4fafbfc303b869b76e4042723 (patch) | |
tree | cf418de783288497e3b4d4cf3b2b8ab92616d2ce /dev-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-b3757f68ff7cb9b4fafbfc303b869b76e4042723.tar.gz gentoo-2-b3757f68ff7cb9b4fafbfc303b869b76e4042723.tar.bz2 gentoo-2-b3757f68ff7cb9b4fafbfc303b869b76e4042723.zip |
Drop USE='flint remote', bug #433611
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/xapian/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/xapian/xapian-1.2.12.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/xapian/ChangeLog b/dev-libs/xapian/ChangeLog index 484fa661d9cb..1f65e368c8bc 100644 --- a/dev-libs/xapian/ChangeLog +++ b/dev-libs/xapian/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/xapian # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.81 2012/07/18 09:45:37 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.82 2012/09/10 10:55:47 blueness Exp $ + + 10 Sep 2012; Anthony G. Basile <blueness@gentoo.org> xapian-1.2.12.ebuild: + Drop USE='flint remote', bug #433611 18 Jul 2012; Anthony G. Basile <blueness@gentoo.org> xapian-1.2.12.ebuild: Keyword ~arm diff --git a/dev-libs/xapian/xapian-1.2.12.ebuild b/dev-libs/xapian/xapian-1.2.12.ebuild index 3a412edcaea8..90fcdf9b2396 100644 --- a/dev-libs/xapian/xapian-1.2.12.ebuild +++ b/dev-libs/xapian/xapian-1.2.12.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-libs/xapian/xapian-1.2.12.ebuild,v 1.3 2012/07/18 09:45:37 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.12.ebuild,v 1.4 2012/09/10 10:55:47 blueness Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" -IUSE="doc static-libs -sse +sse2 +brass +chert +flint +inmemory +remote" +IUSE="doc static-libs -sse +sse2 +brass +chert +inmemory" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" @@ -42,9 +42,9 @@ src_configure() { use brass || myconf="${myconf} --disable-backend-brass" use chert || myconf="${myconf} --disable-backend-chert" - use flint || myconf="${myconf} --disable-backend-flint" use inmemory || myconf="${myconf} --disable-backend-inmemory" - use remote || myconf="${myconf} --disable-backend-remote" + + myconf="${myconf} --enable-backend-flint --enable-backend-remote" econf $myconf } |