diff options
author | 2013-05-19 09:55:04 +0000 | |
---|---|---|
committer | 2013-05-19 09:55:04 +0000 | |
commit | d59dc8e98b08b24752cb63f41c2808e3c540f3c0 (patch) | |
tree | 908fceba56155d90117a5c8a6d7f3d1632aaa4cc /dev-libs/xapian | |
parent | Stable on amd64 wrt bug #470604 (diff) | |
download | gentoo-2-d59dc8e98b08b24752cb63f41c2808e3c540f3c0.tar.gz gentoo-2-d59dc8e98b08b24752cb63f41c2808e3c540f3c0.tar.bz2 gentoo-2-d59dc8e98b08b24752cb63f41c2808e3c540f3c0.zip |
Stable for amd64, wrt bug #470402
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r-- | dev-libs/xapian/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/xapian/xapian-1.2.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/xapian/ChangeLog b/dev-libs/xapian/ChangeLog index 2c9ed8d84aef..ac2e9d245360 100644 --- a/dev-libs/xapian/ChangeLog +++ b/dev-libs/xapian/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/xapian # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.100 2013/04/11 14:25:25 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.101 2013/05/19 09:55:04 ago Exp $ + + 19 May 2013; Agostino Sarubbo <ago@gentoo.org> xapian-1.2.14.ebuild: + Stable for amd64, wrt bug #470402 11 Apr 2013; Anthony G. Basile <blueness@gentoo.org> -xapian-1.2.12.ebuild: Remove older stable diff --git a/dev-libs/xapian/xapian-1.2.14.ebuild b/dev-libs/xapian/xapian-1.2.14.ebuild index e3546027d608..079a86eedfad 100644 --- a/dev-libs/xapian/xapian-1.2.14.ebuild +++ b/dev-libs/xapian/xapian-1.2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild,v 1.1 2013/03/16 09:09:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.14.ebuild,v 1.2 2013/05/19 09:55:04 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="doc static-libs -sse +sse2 +brass +chert +inmemory" DEPEND="sys-libs/zlib" |