diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-11-08 23:46:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-11-08 23:46:38 +0000 |
commit | c0db7a448f53064f7637a3a221ee9f87b3867335 (patch) | |
tree | e04344382f8cfee18d797cf5273336f23e2aed09 /app-emulation/xen | |
parent | Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian ... (diff) | |
download | gentoo-2-c0db7a448f53064f7637a3a221ee9f87b3867335.tar.gz gentoo-2-c0db7a448f53064f7637a3a221ee9f87b3867335.tar.bz2 gentoo-2-c0db7a448f53064f7637a3a221ee9f87b3867335.zip |
whitespace
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.1.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-4.1.1-r2.ebuild b/app-emulation/xen/xen-4.1.1-r2.ebuild index 30f19805481c..4b3a74b30464 100644 --- a/app-emulation/xen/xen-4.1.1-r2.ebuild +++ b/app-emulation/xen/xen-4.1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.1.1-r2.ebuild,v 1.6 2011/11/07 17:49:55 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.1.1-r2.ebuild,v 1.7 2011/11/08 23:46:38 mr_bones_ Exp $ EAPI="4" @@ -77,7 +77,7 @@ src_prepare() { # remove -Werror for gcc-4.6's sake find "${S}" -name 'Makefile*' -o -name '*.mk' -o -name 'common.make' | \ xargs sed -i 's/ *-Werror */ /' || die "failed to remove -Werror" - # not strictly necessary to fix this + # not strictly necessary to fix this sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to remove -Werror on setup.py" # Add sccurity fix bug #379241 |