Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/
Date: Tue, 07 Sep 2021 07:47:11
Message-Id: 1631000784.c06dfd5793a54ca403e3fa19842c9c0f17b246dd.mgorny@gentoo
1 commit: c06dfd5793a54ca403e3fa19842c9c0f17b246dd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 7 07:11:59 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 07:46:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06dfd57
7
8 dev-python/snakeoil: Mark 0.9.5 ppc-stable
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/snakeoil/snakeoil-0.9.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/snakeoil/snakeoil-0.9.5.ebuild b/dev-python/snakeoil/snakeoil-0.9.5.ebuild
16 index 4402329036e..4c6cfdc00b8 100644
17 --- a/dev-python/snakeoil/snakeoil-0.9.5.ebuild
18 +++ b/dev-python/snakeoil/snakeoil-0.9.5.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
20 EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git"
21 inherit git-r3
22 else
23 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 ~x64-macos"
24 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos"
25 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26 fi