Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/idna/
Date: Sat, 30 Sep 2017 00:31:52
Message-Id: 1506731430.2485c9bc8f416fba8721282fb729bd0a3af2ec4f.prometheanfire@gentoo
1 commit: 2485c9bc8f416fba8721282fb729bd0a3af2ec4f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 00:13:14 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 00:30:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2485c9bc
7
8 dev-python/idna: stable under allarches for requests
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-python/idna/idna-2.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/idna/idna-2.5.ebuild b/dev-python/idna/idna-2.5.ebuild
16 index 57d8f03cf29..c0166267190 100644
17 --- a/dev-python/idna/idna-2.5.ebuild
18 +++ b/dev-python/idna/idna-2.5.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 SLOT="0"
22 LICENSE="BSD"
23 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-solaris"
24 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-solaris"
25 IUSE=""
26
27 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"