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/deprecation/
Date: Fri, 29 Sep 2017 23:33:08
Message-Id: 1506727910.926378f051fc2a7f3ded224ab4d2c1f5bc6aa238.prometheanfire@gentoo
1 commit: 926378f051fc2a7f3ded224ab4d2c1f5bc6aa238
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 29 23:31:50 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 23:31:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=926378f0
7
8 dev-python/deprecation: 1.0.1 stablized amd64 x86 under allarches
9
10 dev-python/deprecation/deprecation-1.0.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/deprecation/deprecation-1.0.1.ebuild b/dev-python/deprecation/deprecation-1.0.1.ebuild
14 index 3d969ae1a11..6e17d108146 100644
15 --- a/dev-python/deprecation/deprecation-1.0.1.ebuild
16 +++ b/dev-python/deprecation/deprecation-1.0.1.ebuild
17 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
18
19 LICENSE="Apache-2.0"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~arm64 ~x86"
22 +KEYWORDS="amd64 ~arm64 x86"
23 IUSE=""
24
25 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"