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 682C91382C5 for ; Mon, 12 Feb 2018 21:36:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49804E0AF2; Mon, 12 Feb 2018 21:36:57 +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 2995BE0AF1 for ; Mon, 12 Feb 2018 21:36:57 +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 08D4F335C43 for ; Mon, 12 Feb 2018 21:36:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBD9C22D for ; Mon, 12 Feb 2018 21:36:52 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1518470913.dc996e8608f00ad9f2fe03c4ea3c4ba6b84a6394.whissi@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-4.0.0.ebuild X-VCS-Directories: dev-python/libvirt-python/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: dc996e8608f00ad9f2fe03c4ea3c4ba6b84a6394 X-VCS-Branch: master Date: Mon, 12 Feb 2018 21:36:52 +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: 29f9f3b4-d32c-413f-a6bd-287934f427e2 X-Archives-Hash: c43815df71f002eca2c0b8bd84cd2ff0 commit: dc996e8608f00ad9f2fe03c4ea3c4ba6b84a6394 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Feb 12 21:28:33 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Feb 12 21:28:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc996e86 dev-python/libvirt-python: x86 stable (bug #647338) Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/libvirt-python/libvirt-python-4.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/libvirt-python/libvirt-python-4.0.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.0.0.ebuild index 1c88d56cc6c..5839b78806d 100644 --- a/dev-python/libvirt-python/libvirt-python-4.0.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-4.0.0.ebuild @@ -13,11 +13,11 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://libvirt.org/libvirt-python.git" SRC_URI="" - KEYWORDS="amd64" + KEYWORDS="amd64 x86" RDEPEND="app-emulation/libvirt:=[-python(-)]" else SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" RDEPEND="app-emulation/libvirt:0/${PV}" fi S="${WORKDIR}/${P%_rc*}"