diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2014-05-17 18:21:28 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2014-05-17 18:21:28 +0000 |
commit | 40c4f80853145a7df16718925e08323373818050 (patch) | |
tree | 8fa5373757a30230d2ec9d5907451037864435bf /media-sound/ardour/ardour-9999.ebuild | |
parent | Stable for HPPA (bug #510502). (diff) | |
download | gentoo-2-40c4f80853145a7df16718925e08323373818050.tar.gz gentoo-2-40c4f80853145a7df16718925e08323373818050.tar.bz2 gentoo-2-40c4f80853145a7df16718925e08323373818050.zip |
version bump
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key C1DE54B2)
Diffstat (limited to 'media-sound/ardour/ardour-9999.ebuild')
-rw-r--r-- | media-sound/ardour/ardour-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index 7b1cb4796062..a79a771f5eb1 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-9999.ebuild,v 1.7 2014/02/07 14:22:45 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-9999.ebuild,v 1.8 2014/05/17 18:21:28 nativemad Exp $ EAPI=4 inherit eutils toolchain-funcs flag-o-matic waf-utils @@ -86,7 +86,8 @@ src_prepare(){ fi epatch "${FILESDIR}"/${PN}-3.5.7-syslibs.patch sed 's/python/python2/' -i waf - sed 's/'FLAGS\'\,\ optimization_flags'/'FLAGS\'\,\ \'\''/g' -i "${S}"/wscript +# sed 's/'FLAGS\'\,\ optimization_flags'/'FLAGS\'\,\ \'\''/g' -i "${S}"/wscript + sed 's/'FLAGS\'\,\ compiler_flags'/'FLAGS\'\,\ \'\''/g' -i "${S}"/wscript } src_configure() { |