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 AEE991388BF for ; Wed, 6 Jan 2016 04:42:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6A5C21C001; Wed, 6 Jan 2016 04:42:42 +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 595F521C001 for ; Wed, 6 Jan 2016 04:42:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B27D340A7F for ; Wed, 6 Jan 2016 04:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79BDDC7B for ; Wed, 6 Jan 2016 04:42:39 +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: <1452055350.b702df18d3e51c1aec4cff9659debabd83961df9.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: b702df18d3e51c1aec4cff9659debabd83961df9 X-VCS-Branch: master Date: Wed, 6 Jan 2016 04:42:39 +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: ffd056b9-22b1-42a0-bdd8-6a85be98d1c6 X-Archives-Hash: 15bcf09b01a96c7b80114e254d9b4fe0 commit: b702df18d3e51c1aec4cff9659debabd83961df9 Author: Ian Delaney gentoo org> AuthorDate: Wed Jan 6 04:38:41 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Jan 6 04:42:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b702df18 app-emulation/xen-tools: re-add deps to support x86 reported in #570974 Gentoo bug: #570974 Package-Manager: portage-2.2.26 app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild | 4 +++- app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild index 85092c5..acef34a 100644 --- a/app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -85,6 +85,8 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} dev-python/lxml[${PYTHON_USEDEP}] + x86? ( sys-devel/dev86 + sys-power/iasl ) pam? ( dev-python/pypam[${PYTHON_USEDEP}] ) hvm? ( media-libs/libsdl ) ${PYTHON_DEPS} diff --git a/app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild b/app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild index 0517cb3..3481cb6 100644 --- a/app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.6.0-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -86,6 +86,8 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} dev-python/lxml[${PYTHON_USEDEP}] + x86? ( sys-devel/dev86 + sys-power/iasl ) pam? ( dev-python/pypam[${PYTHON_USEDEP}] ) ${PYTHON_DEPS} api? ( dev-libs/libxml2