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 09EA1139085 for ; Sat, 21 Jan 2017 19:51:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ACC92340B8; Sat, 21 Jan 2017 19:51:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DAC12340B8 for ; Sat, 21 Jan 2017 19:51:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80CDF341693 for ; Sat, 21 Jan 2017 19:51:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEDB22BB2 for ; Sat, 21 Jan 2017 19:51:24 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1485028279.0866519450fcc4b62836da84fe035f6b37d93b6e.pacho@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.20.2.ebuild X-VCS-Directories: dev-python/pyatspi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0866519450fcc4b62836da84fe035f6b37d93b6e X-VCS-Branch: master Date: Sat, 21 Jan 2017 19:51:24 +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-Archives-Salt: e33ce7a5-56b6-4a9c-ab26-015b05413d27 X-Archives-Hash: 62e0fec1da5475395cbe915116315641 commit: 0866519450fcc4b62836da84fe035f6b37d93b6e Author: Pacho Ramos gentoo org> AuthorDate: Sat Jan 21 19:50:17 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jan 21 19:51:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08665194 dev-python/pyatspi: This only needs to be stable on amd64 and x86 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/pyatspi/pyatspi-2.20.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyatspi/pyatspi-2.20.2.ebuild b/dev-python/pyatspi/pyatspi-2.20.2.ebuild index 0c3109f..a06111a 100644 --- a/dev-python/pyatspi/pyatspi-2.20.2.ebuild +++ b/dev-python/pyatspi/pyatspi-2.20.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,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 hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" # test REQUIRED_USE="${PYTHON_REQUIRED_USE}"