Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/SaltTesting/
Date: Sun, 01 May 2016 08:25:20
Message-Id: 1462091094.6addad10a22458a34cc34e868a578f37e2214c77.perfinion@gentoo
1 commit: 6addad10a22458a34cc34e868a578f37e2214c77
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 08:24:54 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 08:24:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6addad10
7
8 dev-python/SaltTesting: stable for amd64 and x86 with ALLARCHES
9
10 Package-Manager: portage-2.2.26
11
12 dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild b/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild
16 index 9968698..158325e 100644
17 --- a/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild
18 +++ b/dev-python/SaltTesting/SaltTesting-2015.7.10.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -16,10 +16,9 @@ if [[ ${PV} == 9999* ]]; then
26 EGIT_REPO_URI="git://github.com/saltstack/salt-testing.git"
27 EGIT_BRANCH="develop"
28 SRC_URI=""
29 - KEYWORDS=""
30 else
31 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 - KEYWORDS="~x86 ~amd64"
33 + KEYWORDS="amd64 x86"
34 fi
35
36 LICENSE="Apache-2.0"