diff options
-rw-r--r-- | app-emulation/xen/xen-4.6.0-r2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.6.0-r2.ebuild b/app-emulation/xen/xen-4.6.0-r2.ebuild index 76febbcf48dd..337751158d49 100644 --- a/app-emulation/xen/xen-4.6.0-r2.ebuild +++ b/app-emulation/xen/xen-4.6.0-r2.ebuild @@ -28,7 +28,8 @@ else SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/${MY_P}.tar.gz ${UPSTREAM_PATCHSET_URI} ${SECURITY_PATCHSET_URI} - ${GENTOO_PATCHSET_URI}" + ${GENTOO_PATCHSET_URI} + https://dev.gentoo.org/~idella4/distfiles/${PN}-security-patches.tar.gz" fi inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils ${live_eclass} @@ -41,7 +42,7 @@ IUSE="custom-cflags debug efi flask xsm" DEPEND="${PYTHON_DEPS} efi? ( >=sys-devel/binutils-2.22[multitarget] ) - !efi? ( >=sys-devel/binutils-2.22[-multitarget] )" + !efi? ( >=sys-devel/binutils-2.22 )" RDEPEND="" PDEPEND="~app-emulation/xen-tools-${PV}" @@ -151,6 +152,8 @@ src_configure() { replace-flags -O3 -O2 else unset CFLAGS + unset LDFLAGS + unset ASFLAGS fi } |