diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 06:39:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-12 06:39:56 +0000 |
commit | 2a974352e3a3e196f7c52c9eafaee5ede5e520b5 (patch) | |
tree | 7e0225c600dce5052ee89822b4acb10ff07825a1 /app-emulation/xen-tools | |
parent | remove from tree (diff) | |
download | gentoo-2-2a974352e3a3e196f7c52c9eafaee5ede5e520b5.tar.gz gentoo-2-2a974352e3a3e196f7c52c9eafaee5ede5e520b5.tar.bz2 gentoo-2-2a974352e3a3e196f7c52c9eafaee5ede5e520b5.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-3.0.2-r4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-3.0.2-r4.ebuild b/app-emulation/xen-tools/xen-tools-3.0.2-r4.ebuild index 454a34379624..d683d167ef67 100644 --- a/app-emulation/xen-tools/xen-tools-3.0.2-r4.ebuild +++ b/app-emulation/xen-tools/xen-tools-3.0.2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.2-r4.ebuild,v 1.4 2007/05/02 04:10:04 marineam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.2-r4.ebuild,v 1.5 2007/07/12 06:39:56 mr_bones_ Exp $ inherit mount-boot flag-o-matic distutils eutils multilib @@ -90,7 +90,6 @@ src_unpack() { sed -i "s/^CFLAGS :=$/& ${HARDFLAGS}/" \ "${S}"/tools/firmware/{hvmloader,vmxassist}/Makefile - # Disable the 32bit-only vmxassist if we are not on x86 # and we don't support the x86 ABI if ! use x86 && ! has x86 $(get_all_abis); then |