Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/
Date: Mon, 27 Sep 2021 10:23:04
Message-Id: 1632738076.b33edefd63df0d172a0171612f8ccd690a7a67ba.chewi@gentoo
1 commit: b33edefd63df0d172a0171612f8ccd690a7a67ba
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 10:21:16 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 10:21:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33edefd
7
8 dev-python/snakeoil: Keyword 0.9.7 for ~m68k
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-python/snakeoil/snakeoil-0.9.7.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/snakeoil/snakeoil-0.9.7.ebuild b/dev-python/snakeoil/snakeoil-0.9.7.ebuild
18 index 797d2491000..036e753319e 100644
19 --- a/dev-python/snakeoil/snakeoil-0.9.7.ebuild
20 +++ b/dev-python/snakeoil/snakeoil-0.9.7.ebuild
21 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then
22 EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git"
23 inherit git-r3
24 else
25 - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
26 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
27 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
28 fi