Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twitter/
Date: Mon, 22 Feb 2016 23:43:44
Message-Id: 1456183832.532d26db4e664d8851a9b48d23dc365b9bed4124.monsieurp@gentoo
1 commit: 532d26db4e664d8851a9b48d23dc365b9bed4124
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 23:26:52 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 23:30:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532d26db
7
8 dev-python/twitter: Stable for amd64+86.
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/twitter/twitter-1.17.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/twitter/twitter-1.17.0.ebuild b/dev-python/twitter/twitter-1.17.0.ebuild
16 index 9f347f2..cb64f78 100644
17 --- a/dev-python/twitter/twitter-1.17.0.ebuild
18 +++ b/dev-python/twitter/twitter-1.17.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 x86"
31 IUSE=""
32
33 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"