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 <cardoe@gentoo.org>
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] )
# 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}"
if use flask ; then
export "XSM_ENABLE=y"
export "FLASK_ENABLE=y"
- elif use xsm ; then
- export "XSM_ENABLE=y"
fi
}