Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/itsdangerous/
Date: Thu, 17 Dec 2015 15:15:09
Message-Id: 1450365297.a97be7f2ac6c1f27cf24bfa799e3296c8252ec6f.jlec@gentoo
1 commit: a97be7f2ac6c1f27cf24bfa799e3296c8252ec6f
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 17 15:14:48 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 17 15:14:57 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97be7f2
7
8 dev-python/itsdangerous: Add stable keywords back
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/itsdangerous/itsdangerous-0.24.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/itsdangerous/itsdangerous-0.24.ebuild b/dev-python/itsdangerous/itsdangerous-0.24.ebuild
17 index 154b6a5..c05c9db 100644
18 --- a/dev-python/itsdangerous/itsdangerous-0.24.ebuild
19 +++ b/dev-python/itsdangerous/itsdangerous-0.24.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
26 IUSE=""
27
28 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"