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/xcffib/
Date: Tue, 09 Jan 2018 01:45:11
Message-Id: 1515451743.0ce4100ce022dac623e03a42d33e448fd16c018d.whissi@gentoo
1 commit: 0ce4100ce022dac623e03a42d33e448fd16c018d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 22:20:57 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 22:49:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce4100c
7
8 dev-python/xcffib: x86 stable (bug #636054)
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/xcffib/xcffib-0.5.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/xcffib/xcffib-0.5.1.ebuild b/dev-python/xcffib/xcffib-0.5.1.ebuild
16 index a684401d294..8b0587cdc5b 100644
17 --- a/dev-python/xcffib/xcffib-0.5.1.ebuild
18 +++ b/dev-python/xcffib/xcffib-0.5.1.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 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
31 IUSE="test"
32
33 COMMON_DEPEND="x11-libs/libxcb"