diff options
author | Michael Marineau <marineam@gentoo.org> | 2008-02-03 00:35:30 +0000 |
---|---|---|
committer | Michael Marineau <marineam@gentoo.org> | 2008-02-03 00:35:30 +0000 |
commit | 0c55885b67201633825b45bfda8bb95f5f2e6819 (patch) | |
tree | fdaf0bf7a91aaee32977bc67835ea7261c6aa75d /app-emulation | |
parent | fix compilation with 2.6.24, bug #208568 (diff) | |
download | historical-0c55885b67201633825b45bfda8bb95f5f2e6819.tar.gz historical-0c55885b67201633825b45bfda8bb95f5f2e6819.tar.bz2 historical-0c55885b67201633825b45bfda8bb95f5f2e6819.zip |
Filter -O3 from CFLAGS
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/xen/Manifest | 14 | ||||
-rw-r--r-- | app-emulation/xen/xen-3.1.2.ebuild | 5 |
3 files changed, 20 insertions, 6 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 87fc16f86d37..97964e35e688 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.50 2007/11/17 00:13:55 marineam Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.51 2008/02/03 00:35:30 marineam Exp $ + + 03 Feb 2008; Michael Marineau <marineam@gentoo.org> xen-3.1.2.ebuild: + Filter -O3 from CFLAGS when using custom cflags. *xen-3.1.2 (17 Nov 2007) diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest index efcb9fc769f4..720b8b270f20 100644 --- a/app-emulation/xen/Manifest +++ b/app-emulation/xen/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + DIST xen-3.1.2.tar.gz 6881935 RMD160 c0644576a3f5d8552c7359f53a29296458804d3b SHA1 82b31113b2ebbc0d958702a77e5a35b7e1a67a28 SHA256 711e97d8a4e711cd0d9e368999d83366ee93296d26034e773be15964e4f6422d -EBUILD xen-3.1.2.ebuild 2518 RMD160 945c41064bd9df8bd04f43bc9a457bb1a5f59ec3 SHA1 bda0cc084a872c56b55adc28aafdefea3d5d55d0 SHA256 f78aa075d468540ea3053f4a715cafca5c50896cd0f03edfc61df4ad5e59b2db -MISC ChangeLog 8381 RMD160 6f9dbaf8835d4df657aadf103ef834ae2408b2aa SHA1 8bcbed1d78a834ecb13c9332715d4865ee0a58c0 SHA256 af0a9057a334b3de99c327103756ac528b176810d7db6de09c24202f3a697cb5 +EBUILD xen-3.1.2.ebuild 2542 RMD160 84683964e28c28dabb9741593e854e0cbfc6292d SHA1 725f8fd8779540fda2b4304a5ced7eec45bf3e93 SHA256 0a1883ccb4b640b36daaa7c2d7edd1c4496b58aa6cd939f5ba9f36565d6b0ee0 +MISC ChangeLog 8505 RMD160 b715cf9959360cced58a4cd1ae8d44bb9df2e77d SHA1 388baa533f5cedc63abca06e0ecd1234100ba333 SHA256 edc080f440463e4141414b059e8194a3ce9ab6f89894f516e860bcd47a2fbdc3 MISC metadata.xml 156 RMD160 bb062b1ba5554779dcfd0e73baf533ce9fbcdf68 SHA1 e6da014f2004758c7a806592ef9450489eebf593 SHA256 4a030777459245372bda9f7925f3a5ed3ef2b29b77e1a2971f3400ac2059b1e2 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.4 (GNU/Linux) + +iD8DBQFHpQxbiP+LossGzjARAk3FAJ43m/X3tA9Deee7A2AR4kskqrgUwgCfShfu +N1sOD6KNEOTHGwKOg7yJq0M= +=KLC5 +-----END PGP SIGNATURE----- diff --git a/app-emulation/xen/xen-3.1.2.ebuild b/app-emulation/xen/xen-3.1.2.ebuild index 8fa1e718e331..a20773c35372 100644 --- a/app-emulation/xen/xen-3.1.2.ebuild +++ b/app-emulation/xen/xen-3.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.1.2.ebuild,v 1.1 2007/11/17 00:13:55 marineam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.1.2.ebuild,v 1.2 2008/02/03 00:35:30 marineam Exp $ inherit mount-boot flag-o-matic @@ -60,6 +60,7 @@ src_compile() { if use custom-cflags; then filter-flags -fPIE -fstack-protector + replace-flags -O3 -O2 else unset CFLAGS fi |