From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 06E821384B4 for ; Tue, 22 Dec 2015 09:08:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E95021C162; Tue, 22 Dec 2015 09:08:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D39621C162 for ; Tue, 22 Dec 2015 09:08:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 233EC340831 for ; Tue, 22 Dec 2015 09:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 304F1CB0 for ; Tue, 22 Dec 2015 09:08:05 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1450775273.f7b390c8f9eb84be684e6af2dc58f443272baf9f.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libvirt-python/libvirt-python-1.2.21.ebuild X-VCS-Directories: dev-python/libvirt-python/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: f7b390c8f9eb84be684e6af2dc58f443272baf9f X-VCS-Branch: master Date: Tue, 22 Dec 2015 09:08:05 +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: a573c7e3-7ae5-48e9-983f-7cedaa0b3d7a X-Archives-Hash: 9991f146f31e0998bb6eae80b756c4c9 commit: f7b390c8f9eb84be684e6af2dc58f443272baf9f Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Dec 22 09:07:53 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Dec 22 09:07:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b390c8 dev-python/libvirt-python: x86 stable wrt bug #568870 Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/libvirt-python/libvirt-python-1.2.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild b/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild index 7e00c01..1f38cff 100644 --- a/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild +++ b/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} = *9999* ]]; then RDEPEND="app-emulation/libvirt:=[-python(-)]" else SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}"