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 895A6139A89 for ; Tue, 8 Sep 2015 07:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51CC214229; Tue, 8 Sep 2015 07:20:59 +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 94E80141E9 for ; Tue, 8 Sep 2015 07:20:58 +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 6815534070A for ; Tue, 8 Sep 2015 07:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAA9F190 for ; Tue, 8 Sep 2015 07:20:55 +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: <1441696843.720724882b0303a3af79ed7901a7176bcea864a3.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libvirt/libvirt-1.2.18-r1.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 720724882b0303a3af79ed7901a7176bcea864a3 X-VCS-Branch: master Date: Tue, 8 Sep 2015 07:20:55 +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: b0bfce41-f144-421c-88b0-78486f583ef6 X-Archives-Hash: f9ef650b1a3921d66ed04b731b2bfcab commit: 720724882b0303a3af79ed7901a7176bcea864a3 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Sep 8 07:20:43 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Sep 8 07:20:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72072488 app-emulation/libvirt: x86 stable wrt bug #559796 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" app-emulation/libvirt/libvirt-1.2.18-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/libvirt/libvirt-1.2.18-r1.ebuild b/app-emulation/libvirt/libvirt-1.2.18-r1.ebuild index d2d0f18..565007a 100644 --- a/app-emulation/libvirt/libvirt-1.2.18-r1.ebuild +++ b/app-emulation/libvirt/libvirt-1.2.18-r1.ebuild @@ -28,7 +28,7 @@ else SRC_URI+=" ${BACKPORTS:+ https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz https://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz}" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" SLOT="0/${PV}" fi S="${WORKDIR}/${P%_rc*}"