Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdb2pqr/
Date: Tue, 12 Sep 2017 22:58:30
Message-Id: 1505257097.bea5d2739b62eea6cfb4df528f8bed8113d8b911.mattst88@gentoo
1 commit: bea5d2739b62eea6cfb4df528f8bed8113d8b911
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 12 22:56:56 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 12 22:58:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea5d273
7
8 sci-chemistry/pdb2pqr: dropped ppc keywords
9
10 sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild b/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild
14 index a94bbd3dc91..8b58ae48c5c 100644
15 --- a/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild
16 +++ b/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Electrostatics/apbs-${PN}/releases/download/${P}/${P
24 SLOT="0"
25 LICENSE="BSD"
26 IUSE="doc examples opal +pdb2pka"
27 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
28 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
29
30 REQUIRED_USE="${PYTHON_REQUIRED_USE}"