Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian-bindings/
Date: Wed, 27 Jun 2018 22:15:22
Message-Id: 1530137635.7ee132ccf46890d33b1c0c4d055793eb94e97769.slyfox@gentoo
1 commit: 7ee132ccf46890d33b1c0c4d055793eb94e97769
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 27 22:01:17 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 22:13:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee132cc
7
8 dev-libs/xapian-bindings: stable 1.4.5 for ppc64, bug #658876
9
10 Bug: https://bugs.gentoo.org/658876
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12 RepoMan-Options: --include-arches="ppc64"
13
14 dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild b/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild
18 index 8124da90fde..e8660201f73 100644
19 --- a/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild
20 +++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -23,7 +23,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
32 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
33 IUSE="java lua mono perl php python ruby tcl"
34 REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )
35 python? ( ${PYTHON_REQUIRED_USE} )