Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/
Date: Sun, 05 Aug 2018 01:03:50
Message-Id: 1533430454.8484afd3db04ea7d47b8cf70797b78fb33ebf07c.whissi@gentoo
1 commit: 8484afd3db04ea7d47b8cf70797b78fb33ebf07c
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 5 00:54:14 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 5 00:54:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8484afd3
7
8 dev-python/snakeoil: x86 stable (bug #659624)
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-python/snakeoil/snakeoil-0.7.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/snakeoil/snakeoil-0.7.5.ebuild b/dev-python/snakeoil/snakeoil-0.7.5.ebuild
16 index 38a023db443..bf532fafe63 100644
17 --- a/dev-python/snakeoil/snakeoil-0.7.5.ebuild
18 +++ b/dev-python/snakeoil/snakeoil-0.7.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
26 EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git"
27 inherit git-r3
28 else
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
30 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
31 SRC_URI="https://github.com/pkgcore/snakeoil/releases/download/v${PV}/${P}.tar.gz"
32 fi