Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pympler/
Date: Tue, 12 Sep 2017 23:03:06
Message-Id: 1505257366.5910a91d3a03b661f4ddd794bf7467a54a68276d.mattst88@gentoo
1 commit: 5910a91d3a03b661f4ddd794bf7467a54a68276d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 12 23:02:46 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 12 23:02:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5910a91d
7
8 dev-python/pympler-0.5: ppc64 stable, bug 625048
9
10 dev-python/pympler/pympler-0.5.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/pympler/pympler-0.5.ebuild b/dev-python/pympler/pympler-0.5.ebuild
14 index c0c8e6ecb30..f4aa4d5b4f9 100644
15 --- a/dev-python/pympler/pympler-0.5.ebuild
16 +++ b/dev-python/pympler/pympler-0.5.ebuild
17 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/pympler/pympler/archive/${PV}.tar.gz -> ${P}.tar.gz"
18
19 SLOT="0"
20 LICENSE="Apache-2.0"
21 -KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
22 +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
23 IUSE="doc test"
24
25 RDEPEND="dev-python/bottle[${PYTHON_USEDEP}]"