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 1D1341382C5 for ; Sun, 18 Mar 2018 00:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D87F9E0908; Sun, 18 Mar 2018 00:40:36 +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 ADB2BE0908 for ; Sun, 18 Mar 2018 00:40:36 +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 AD60B335CA1 for ; Sun, 18 Mar 2018 00:40:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 728AE269 for ; Sun, 18 Mar 2018 00:40:32 +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: <1521333602.937f54348ac513f38b8276de3b062406dd982298.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.1.0.ebuild X-VCS-Directories: dev-python/libvirt-python/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 937f54348ac513f38b8276de3b062406dd982298 X-VCS-Branch: master Date: Sun, 18 Mar 2018 00:40:32 +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: 21f806e7-2df1-4920-b553-6a1ae6213217 X-Archives-Hash: 032aa2b64b97d98b4234de49e8fa9189 commit: 937f54348ac513f38b8276de3b062406dd982298 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Mar 18 00:24:57 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Mar 18 00:40:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937f5434 dev-python/libvirt-python: x86 stable (bug #650018) Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/libvirt-python/libvirt-python-4.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/libvirt-python/libvirt-python-4.1.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.1.0.ebuild index 1c88d56cc6c..5839b78806d 100644 --- a/dev-python/libvirt-python/libvirt-python-4.1.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-4.1.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*}"