diff options
author | Ian Delaney <idella4@gentoo.org> | 2016-01-06 12:38:41 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-01-06 12:42:30 +0800 |
commit | b702df18d3e51c1aec4cff9659debabd83961df9 (patch) | |
tree | 238e8574929943eb1c00d2e2783fe51ee7bcce61 /app-emulation/xen-tools | |
parent | sys-apps/util-linux: add USE=readline #571022 (diff) | |
download | gentoo-b702df18d3e51c1aec4cff9659debabd83961df9.tar.gz gentoo-b702df18d3e51c1aec4cff9659debabd83961df9.tar.bz2 gentoo-b702df18d3e51c1aec4cff9659debabd83961df9.zip |
app-emulation/xen-tools: re-add deps to support x86 reported in #570974
Gentoo bug: #570974
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.5.2-r3.ebuild | 4 | ||||
-rw-r--r-- | 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 85092c5f95ee..acef34ad2cac 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 0517cb35e9ba..3481cb69607d 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 |