From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2643C138359 for ; Wed, 29 Jul 2020 04:49:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AC86E0C08; Wed, 29 Jul 2020 04:49:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6A2FE0C08 for ; Wed, 29 Jul 2020 04:49:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D511534EE69 for ; Wed, 29 Jul 2020 04:49:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 548C72FD for ; Wed, 29 Jul 2020 04:49:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1595998153.9a9cddcd95d614bc8ed037b0dbbbb34901da01fa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyatspi/pyatspi-2.34.0.ebuild X-VCS-Directories: dev-python/pyatspi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9a9cddcd95d614bc8ed037b0dbbbb34901da01fa X-VCS-Branch: master Date: Wed, 29 Jul 2020 04:49:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ab84f31-079b-48ac-b8c9-d511276ce7f9 X-Archives-Hash: 4125e28c52053df23e75e2080d785189 commit: 9a9cddcd95d614bc8ed037b0dbbbb34901da01fa Author: Sam James gentoo org> AuthorDate: Wed Jul 29 04:46:25 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 29 04:49:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9cddcd dev-python/pyatspi: sparc stable (bug #717144) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/pyatspi/pyatspi-2.34.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyatspi/pyatspi-2.34.0.ebuild b/dev-python/pyatspi/pyatspi-2.34.0.ebuild index 61f12303c97..30a72070bd9 100644 --- a/dev-python/pyatspi/pyatspi-2.34.0.ebuild +++ b/dev-python/pyatspi/pyatspi-2.34.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Accessibility" # Note: only some of the tests are GPL-licensed, everything else is LGPL LICENSE="LGPL-2 GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" IUSE="" # test REQUIRED_USE="${PYTHON_REQUIRED_USE}"