Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beaker/
Date: Thu, 02 Feb 2017 18:44:01
Message-Id: 1486060931.009b7221f10f01296275607776bd1b081cd2d89e.soap@gentoo
1 commit: 009b7221f10f01296275607776bd1b081cd2d89e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 18:18:29 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 18:42:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009b7221
7
8 dev-python/beaker: Remove ppc from KEYWORDS
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3766
12
13 dev-python/beaker/beaker-1.6.4-r1.ebuild | 4 ++--
14 dev-python/beaker/beaker-1.7.0-r1.ebuild | 4 ++--
15 dev-python/beaker/beaker-1.8.0.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-python/beaker/beaker-1.6.4-r1.ebuild b/dev-python/beaker/beaker-1.6.4-r1.ebuild
19 index c70546d..3852a71 100644
20 --- a/dev-python/beaker/beaker-1.6.4-r1.ebuild
21 +++ b/dev-python/beaker/beaker-1.6.4-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
29
30 LICENSE="BSD"
31 SLOT="0"
32 -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
33 +KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
34 IUSE="test"
35
36 # webtest-based tests are skipped when webtest is not installed
37
38 diff --git a/dev-python/beaker/beaker-1.7.0-r1.ebuild b/dev-python/beaker/beaker-1.7.0-r1.ebuild
39 index 1068e17..29b793a 100644
40 --- a/dev-python/beaker/beaker-1.7.0-r1.ebuild
41 +++ b/dev-python/beaker/beaker-1.7.0-r1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2015 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Id$
47
48 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/bbangert/${PN}/archive/v1.7.0dev.tar.gz -> ${P}.tar.
49
50 LICENSE="BSD"
51 SLOT="0"
52 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
53 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
54 IUSE="test"
55
56 # webtest-based tests are skipped when webtest is not installed
57
58 diff --git a/dev-python/beaker/beaker-1.8.0.ebuild b/dev-python/beaker/beaker-1.8.0.ebuild
59 index d322013..fa8ce49 100644
60 --- a/dev-python/beaker/beaker-1.8.0.ebuild
61 +++ b/dev-python/beaker/beaker-1.8.0.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2015 Gentoo Foundation
64 +# Copyright 1999-2017 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 # $Id$
67
68 @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
69
70 LICENSE="BSD"
71 SLOT="0"
72 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
73 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
74
75 # webtest-based tests are skipped when webtest is not installed
76 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"