Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whoosh/
Date: Sun, 05 Feb 2017 13:28:29
Message-Id: 1486301238.4f48b23fb753ea229229714e57eeeffc8fda2538.jer@gentoo
1 commit: 4f48b23fb753ea229229714e57eeeffc8fda2538
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 13:27:18 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 13:27:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f48b23f
7
8 dev-python/whoosh: Mark ~hppa (bug #605280).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --ignore-arches
12
13 dev-python/whoosh/whoosh-2.7.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/whoosh/whoosh-2.7.4.ebuild b/dev-python/whoosh/whoosh-2.7.4.ebuild
17 index a508d74..b89e1c6 100644
18 --- a/dev-python/whoosh/whoosh-2.7.4.ebuild
19 +++ b/dev-python/whoosh/whoosh-2.7.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -20,7 +20,7 @@ DEPEND="app-arch/unzip
27
28 LICENSE="BSD-2"
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~x86"
31 +KEYWORDS="~alpha ~amd64 ~hppa ~x86"
32 IUSE="doc test"
33
34 S="${WORKDIR}/${MY_PN}-${PV}"