diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-12-04 15:31:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-12-04 15:31:48 +0000 |
commit | 1b0cf25e975ef91a7264c2aa5627a596f0681369 (patch) | |
tree | 7c316408419adb7c1aef932b32ddcc1c2c9f7727 /app-emulation | |
parent | Bump to EAPI=3 for Prefix, add Prefix keywords (diff) | |
download | gentoo-2-1b0cf25e975ef91a7264c2aa5627a596f0681369.tar.gz gentoo-2-1b0cf25e975ef91a7264c2aa5627a596f0681369.tar.bz2 gentoo-2-1b0cf25e975ef91a7264c2aa5627a596f0681369.zip |
whitespace
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.0.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.0.1.ebuild b/app-emulation/xen-tools/xen-tools-4.0.1.ebuild index 1ea8e7c0e375..38b30a3154fa 100644 --- a/app-emulation/xen-tools/xen-tools-4.0.1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.1.ebuild,v 1.1 2010/12/03 19:09:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.0.1.ebuild,v 1.2 2010/12/04 15:31:48 mr_bones_ Exp $ EAPI="3" @@ -113,7 +113,6 @@ pkg_setup() { src_prepare() { # use vtpm && cp "${DISTDIR}"/${TPMEMUFILE} tools/vtpm - sed -i -e 's/-Wall//' Config.mk || die "Couldn't sanitize CFLAGS" # if the user *really* wants to use their own custom-cflags, let them if use custom-cflags; then |