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/webtest/
Date: Sun, 29 Mar 2020 12:03:21
Message-Id: 1585483375.42c6dfdef08c0eb15772c84c4f2152669510ce46.mgorny@gentoo
1 commit: 42c6dfdef08c0eb15772c84c4f2152669510ce46
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 11:54:32 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 12:02:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c6dfde
7
8 dev-python/webtest: Stabilize 2.0.33 x86 wrt ALLARCHES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/webtest/webtest-2.0.33.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/webtest/webtest-2.0.33.ebuild b/dev-python/webtest/webtest-2.0.33.ebuild
16 index 72765b809f2..3dd594da062 100644
17 --- a/dev-python/webtest/webtest-2.0.33.ebuild
18 +++ b/dev-python/webtest/webtest-2.0.33.ebuild
19 @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sparc ~x86"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sparc x86"
25 IUSE="test"
26 RESTRICT="!test? ( test )"