diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-27 23:01:17 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-27 23:13:55 +0100 |
commit | 7ee132ccf46890d33b1c0c4d055793eb94e97769 (patch) | |
tree | 9b3ca55b5982f80f94f550e4650cc6243802d15d | |
parent | dev-libs/xapian: stable 1.4.5 for ppc64, bug #658876 (diff) | |
download | gentoo-7ee132ccf46890d33b1c0c4d055793eb94e97769.tar.gz gentoo-7ee132ccf46890d33b1c0c4d055793eb94e97769.tar.bz2 gentoo-7ee132ccf46890d33b1c0c4d055793eb94e97769.zip |
dev-libs/xapian-bindings: stable 1.4.5 for ppc64, bug #658876
Bug: https://bugs.gentoo.org/658876
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"
-rw-r--r-- | dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild b/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild index 8124da90fdeb..e8660201f73f 100644 --- a/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild +++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -23,7 +23,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz" 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="java lua mono perl php python ruby tcl" REQUIRED_USE="|| ( java lua mono perl php python ruby tcl ) python? ( ${PYTHON_REQUIRED_USE} ) |