From d7b224b0cc91b6dc978269bd33fa082d3f5a9520 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Sat, 5 Dec 2015 23:31:08 -0600 Subject: [PATCH] app-emulation/xen: drop USE=xsm USE=xsm does not make sense for us to package up. If the user wants XSM, they'll always want Flask. If they're developing their own XSM module they will not be using our packages for that. Signed-off-by: Doug Goldstein --- app-emulation/xen/xen-4.6.0-r2.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app-emulation/xen/xen-4.6.0-r2.ebuild b/app-emulation/xen/xen-4.6.0-r2.ebuild index b67f6392c185..492a696c2667 100644 --- a/app-emulation/xen/xen-4.6.0-r2.ebuild +++ b/app-emulation/xen/xen-4.6.0-r2.ebuild @@ -40,7 +40,7 @@ DESCRIPTION="The Xen virtual machine monitor" HOMEPAGE="http://xen.org/" LICENSE="GPL-2" SLOT="0/${MAJOR_V}" -IUSE="custom-cflags debug efi flask xsm" +IUSE="custom-cflags debug efi flask" DEPEND="${PYTHON_DEPS} efi? ( >=sys-devel/binutils-2.22[multitarget] ) @@ -53,8 +53,7 @@ RESTRICT="test" # Approved by QA team in bug #144032 QA_WX_LOAD="boot/xen-syms-${PV}" -REQUIRED_USE="flask? ( xsm ) - arm? ( debug )" +REQUIRED_USE="arm? ( debug )" S="${WORKDIR}/${MY_P}" @@ -75,8 +74,6 @@ pkg_setup() { if use flask ; then export "XSM_ENABLE=y" export "FLASK_ENABLE=y" - elif use xsm ; then - export "XSM_ENABLE=y" fi } -- 2.26.2