Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/
Date: Thu, 20 Jan 2022 09:46:31
Message-Id: 1642671938.6ac24e1142723e688ff2edca0db7593242983841.jsmolic@gentoo
1 commit: 6ac24e1142723e688ff2edca0db7593242983841
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 09:45:38 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 09:45:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac24e11
7
8 dev-python/pyatspi: Stabilize 2.38.2 amd64, #831538
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/pyatspi/pyatspi-2.38.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pyatspi/pyatspi-2.38.2.ebuild b/dev-python/pyatspi/pyatspi-2.38.2.ebuild
16 index fb04dba8dd7e..97dfd4ecb4c5 100644
17 --- a/dev-python/pyatspi/pyatspi-2.38.2.ebuild
18 +++ b/dev-python/pyatspi/pyatspi-2.38.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility"
26 # Note: only some of the tests are GPL-licensed, everything else is LGPL
27 LICENSE="LGPL-2 GPL-2+"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
30 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
31
32 IUSE="test"
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"