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/pyatspi/
Date: Sat, 27 Jan 2018 00:41:56
Message-Id: 1517013558.fef254c5841471c61e182eff41c39fff033a76f4.whissi@gentoo
1 commit: fef254c5841471c61e182eff41c39fff033a76f4
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 27 00:31:49 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 00:39:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef254c5
7
8 dev-python/pyatspi: x86 stable (bug #631656)
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 dev-python/pyatspi/pyatspi-2.24.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pyatspi/pyatspi-2.24.0.ebuild b/dev-python/pyatspi/pyatspi-2.24.0.ebuild
16 index 9a677317201..347a19895d3 100644
17 --- a/dev-python/pyatspi/pyatspi-2.24.0.ebuild
18 +++ b/dev-python/pyatspi/pyatspi-2.24.0.ebuild
19 @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility"
20 # Note: only some of the tests are GPL-licensed, everything else is LGPL
21 LICENSE="LGPL-2 GPL-2+"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
24 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
25
26 IUSE="" # test
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"