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 335971384B4 for ; Fri, 4 Dec 2015 04:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AD3121C018; Fri, 4 Dec 2015 04:49:19 +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 97A0F21C018 for ; Fri, 4 Dec 2015 04:49:18 +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 6291534098E for ; Fri, 4 Dec 2015 04:49:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3725A96 for ; Fri, 4 Dec 2015 04:49:12 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1449202868.2321fde379b872c083b03a90e90e0df8597ba51f.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/x86/package.use.mask X-VCS-Directories: profiles/arch/x86/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 2321fde379b872c083b03a90e90e0df8597ba51f X-VCS-Branch: master Date: Fri, 4 Dec 2015 04:49:12 +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: 1975eee9-9a00-43f6-8e9a-0ccff350e7d7 X-Archives-Hash: f533e8de6e0e9a9cf4b134c03aae44e0 commit: 2321fde379b872c083b03a90e90e0df8597ba51f Author: Ian Delaney gentoo org> AuthorDate: Fri Dec 4 04:21:08 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Dec 4 04:21:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2321fde3 profiles/arch/x86/package.use.mask: correction to entry to package.use.mask for packages libvirt, nova, ganeti; use IUSE xen Noted by floppym profiles/arch/x86/package.use.mask | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index b564989..ceaf244 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -6,10 +6,9 @@ # Ian Delaney (02 Dec 2015) # mask revdeps of xen that emply a hypervisor in arch x86 -app-emulation/xen-pvgrub -abi_x86_32 -app-emulation/libvirt -abi_x86_32 -sys-cluster/nova -abi_x86_32 -app-emulation/ganeti -abi_x86_32 +app-emulation/libvirt xen +sys-cluster/nova xen +app-emulation/ganeti xen # Nathan Phillip Brink (26 Sep 2015) # git useflag requires dev-libs/libgit2 which few arches support