Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/poyo/
Date: Thu, 07 Feb 2019 10:55:53
Message-Id: 1549536935.8d0f27baadf02d9a8cc4a5b601a676b31b84cd9a.mrueg@gentoo
1 commit: 8d0f27baadf02d9a8cc4a5b601a676b31b84cd9a
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 7 10:55:13 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 7 10:55:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0f27ba
7
8 dev-python/poyo: Stabilize on amd64
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
12
13 dev-python/poyo/poyo-0.4.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/poyo/poyo-0.4.1.ebuild b/dev-python/poyo/poyo-0.4.1.ebuild
17 index 6193eadfdda..d1f2446e19b 100644
18 --- a/dev-python/poyo/poyo-0.4.1.ebuild
19 +++ b/dev-python/poyo/poyo-0.4.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
27
28 LICENSE="MIT"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 ~x86"
32 IUSE="test"
33
34 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]