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 E1FE7138334 for ; Fri, 27 Jul 2018 18:49:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B7B9E0849; Fri, 27 Jul 2018 18:49:48 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2FC4E0833 for ; Fri, 27 Jul 2018 18:49:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 55191335CA5 for ; Fri, 27 Jul 2018 18:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B1EB35C for ; Fri, 27 Jul 2018 18:49:44 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1532717367.c2f41fafd565ce9160c2c2bb0368ca84f30cd0f0.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dbus-python/dbus-python-1.2.8.ebuild X-VCS-Directories: dev-python/dbus-python/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c2f41fafd565ce9160c2c2bb0368ca84f30cd0f0 X-VCS-Branch: master Date: Fri, 27 Jul 2018 18:49:44 +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: 8069e592-c63d-416f-b2c9-6ae21856983f X-Archives-Hash: 92d2e4c11dc9ae065c54285c53b49597 commit: c2f41fafd565ce9160c2c2bb0368ca84f30cd0f0 Author: Rolf Eike Beer sf-mail de> AuthorDate: Fri Jul 27 13:09:17 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jul 27 18:49:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f41faf dev-python/dbus-python: keyworded 1.2.8 for sparc Bug: https://bugs.gentoo.org/662076 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc" dev-python/dbus-python/dbus-python-1.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dbus-python/dbus-python-1.2.8.ebuild b/dev-python/dbus-python/dbus-python-1.2.8.ebuild index df539fe46ab..f976f4eb972 100644 --- a/dev-python/dbus-python/dbus-python-1.2.8.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.8.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="doc examples test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )"