diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2006-04-10 08:11:31 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2006-04-10 08:11:31 +0000 |
commit | c957d0b887278f7be24c54adbd670e63751c2c87 (patch) | |
tree | a2da17abdbd121dd76ad60c63a4d0bd09d8f6cd8 /app-emulation | |
parent | new digest (diff) | |
download | gentoo-2-c957d0b887278f7be24c54adbd670e63751c2c87.tar.gz gentoo-2-c957d0b887278f7be24c54adbd670e63751c2c87.tar.bz2 gentoo-2-c957d0b887278f7be24c54adbd670e63751c2c87.zip |
remove sed fix, #129429
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/xen/xen-3.0.2.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 721f67cfed98..38401b907be8 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.33 2006/04/10 08:07:29 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.34 2006/04/10 08:11:30 chrb Exp $ + + 10 Apr 2006; <chrb@gentoo.org> xen-3.0.2.ebuild: + remove sed fix, #129429 + + 10 Apr 2006; <chrb@gentoo.org> xen-3.0.2.ebuild: + remove sed fix, #129429 10 Apr 2006; <chrb@gentoo.org> files/digest-xen-3.0.2, Manifest: new digest diff --git a/app-emulation/xen/xen-3.0.2.ebuild b/app-emulation/xen/xen-3.0.2.ebuild index 57e5bab703ed..17c9e0523d34 100644 --- a/app-emulation/xen/xen-3.0.2.ebuild +++ b/app-emulation/xen/xen-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.2.ebuild,v 1.1 2006/04/09 21:24:11 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.2.ebuild,v 1.2 2006/04/10 08:11:31 chrb Exp $ inherit mount-boot flag-o-matic @@ -36,8 +36,6 @@ src_unpack() { -e 's/CFLAGS\(.*\)=\(.*\)-g3*\s\(.*\)/CFLAGS\1=\2 \3/' \ -e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \ -i {} \; - # odd fixes - sed -e "s/int mode/int mode=-1/" -i ${S}/tools/misc/xc_shadow.c fi } |