diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-08-09 17:27:29 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-08-09 17:27:29 +0000 |
commit | 080782f22c687a0c85fee3ea820bcf1fd4c90681 (patch) | |
tree | cbcfdbe1cb884a53b57565d4728e8d93bc06dfbb /app-emulation/xen | |
parent | Marked ~ppc64 wrt #359963 (diff) | |
download | gentoo-2-080782f22c687a0c85fee3ea820bcf1fd4c90681.tar.gz gentoo-2-080782f22c687a0c85fee3ea820bcf1fd4c90681.tar.bz2 gentoo-2-080782f22c687a0c85fee3ea820bcf1fd4c90681.zip |
[app-emulation/xen] Sync 9999 and 4.1.1
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/xen-9999.ebuild | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 9338be2cc5ad..f16a2d61b251 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.76 2011/07/29 22:41:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.77 2011/08/09 17:27:29 alexxy Exp $ + + 09 Aug 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-9999.ebuild: + Sync 9999 and 4.1.1 *xen-4.1.1 (29 Jul 2011) diff --git a/app-emulation/xen/xen-9999.ebuild b/app-emulation/xen/xen-9999.ebuild index 91bc65962aa0..5141db23ea75 100644 --- a/app-emulation/xen/xen-9999.ebuild +++ b/app-emulation/xen/xen-9999.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-9999.ebuild,v 1.2 2011/04/11 14:54:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-9999.ebuild,v 1.3 2011/08/09 17:27:29 alexxy Exp $ EAPI="3" @@ -66,13 +66,6 @@ src_prepare() { -e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \ -i {} \; fi - # fix for gcc-4.6 - sed \ - -e "s:-Werror::g" \ - -i xen/arch/x86/boot/build32.mk \ - -i xen/arch/x86/Rules.mk \ - -i xen/include/Makefile \ - || die } src_configure() { |