diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 11:46:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 11:46:41 +0000 |
commit | 07ccd5f4308d949276dccdc8382b52e1f800ae33 (patch) | |
tree | 25e129aeb3c3c26fcad127ad82e9b4d3292115c1 | |
parent | Add ~ia64, wrt bug #449220 (diff) | |
download | gentoo-2-07ccd5f4308d949276dccdc8382b52e1f800ae33.tar.gz gentoo-2-07ccd5f4308d949276dccdc8382b52e1f800ae33.tar.bz2 gentoo-2-07ccd5f4308d949276dccdc8382b52e1f800ae33.zip |
Add ~ia64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
-rw-r--r-- | dev-libs/xapian/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/xapian/xapian-1.2.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/xapian/ChangeLog b/dev-libs/xapian/ChangeLog index 04e7bfdc0827..ddfbc602f3c7 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.88 2012/10/02 22:46:46 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.89 2013/01/01 11:46:41 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> xapian-1.2.12.ebuild: + Add ~ia64, wrt bug #449220 02 Oct 2012; Anthony G. Basile <blueness@gentoo.org> -xapian-1.2.10.ebuild, -xapian-1.2.5.ebuild, -xapian-1.2.8.ebuild, -xapian-1.2.9.ebuild: diff --git a/dev-libs/xapian/xapian-1.2.12.ebuild b/dev-libs/xapian/xapian-1.2.12.ebuild index 295ebb6a7ffa..fb7f5b91342b 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 +# 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.12.ebuild,v 1.9 2012/09/19 09:41:40 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.12.ebuild,v 1.10 2013/01/01 11:46:41 ago Exp $ EAPI="4" @@ -12,7 +12,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" +KEYWORDS="amd64 arm ~ia64 ~mips ppc ppc64 x86" IUSE="doc static-libs -sse +sse2 +brass +chert +inmemory" DEPEND="sys-libs/zlib" |