Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pony/
Date: Sun, 03 Jan 2021 01:18:07
Message-Id: 1609636607.cdedbf3f873c1ec0aacfa9c52dc4a970a037f1b0.sam@gentoo
1 commit: cdedbf3f873c1ec0aacfa9c52dc4a970a037f1b0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 01:16:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 01:16:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdedbf3f
7
8 dev-python/pony: Stabilize 0.7.14 ALLARCHES, #761637
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pony/pony-0.7.14.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pony/pony-0.7.14.ebuild b/dev-python/pony/pony-0.7.14.ebuild
16 index e114ab933aa..71f042e9c9e 100644
17 --- a/dev-python/pony/pony-0.7.14.ebuild
18 +++ b/dev-python/pony/pony-0.7.14.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2020 Gentoo Authors
21 +# Copyright 2020-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -16,7 +16,7 @@ SRC_URI="
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 x86"
31 IUSE="test"
32 RESTRICT="!test? ( test )"