diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-24 18:00:28 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-07-24 18:00:28 +0000 |
commit | c6c72f78d095bacf7c200663dea4d90620bf2ae0 (patch) | |
tree | 37695c2670953647df24ce51611dd3749e8b1448 /sci-libs/libnova | |
parent | marked x86 per bug 420711 (diff) | |
download | gentoo-2-c6c72f78d095bacf7c200663dea4d90620bf2ae0.tar.gz gentoo-2-c6c72f78d095bacf7c200663dea4d90620bf2ae0.tar.bz2 gentoo-2-c6c72f78d095bacf7c200663dea4d90620bf2ae0.zip |
respect user flags, bug #427484
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libnova')
-rw-r--r-- | sci-libs/libnova/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libnova/libnova-0.15.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/libnova/ChangeLog b/sci-libs/libnova/ChangeLog index 53579a8e1950..9dbaa4246093 100644 --- a/sci-libs/libnova/ChangeLog +++ b/sci-libs/libnova/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libnova # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnova/ChangeLog,v 1.15 2012/07/17 19:02:34 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnova/ChangeLog,v 1.16 2012/07/24 18:00:28 bicatali Exp $ + + 24 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> libnova-0.15.0.ebuild: + respect user flags, bug #427484 *libnova-0.15.0 (17 Jul 2012) diff --git a/sci-libs/libnova/libnova-0.15.0.ebuild b/sci-libs/libnova/libnova-0.15.0.ebuild index 73c3b19a32f0..ded1ae4a8302 100644 --- a/sci-libs/libnova/libnova-0.15.0.ebuild +++ b/sci-libs/libnova/libnova-0.15.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnova/libnova-0.15.0.ebuild,v 1.1 2012/07/17 19:02:34 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libnova/libnova-0.15.0.ebuild,v 1.2 2012/07/24 18:00:28 bicatali Exp $ EAPI=4 inherit eutils autotools @@ -18,6 +18,7 @@ DEPEND="doc? ( app-doc/doxygen )" RDEPEND="" src_prepare() { + sed -i -e '/CFLAGS=-Wall/d' configure.in || die eautoreconf } |