diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-09-10 11:43:40 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-09-10 11:43:40 +0000 |
commit | 9d0bc8d2e2d72a172e5e928cb0011650a0f856c4 (patch) | |
tree | 1f3c40cccba5aba3d864b13154d0342253cdfa9f /x11-libs/libfm/libfm-0.1.16.ebuild | |
parent | Update to eapi4. Fix bug #382159. (diff) | |
download | gentoo-2-9d0bc8d2e2d72a172e5e928cb0011650a0f856c4.tar.gz gentoo-2-9d0bc8d2e2d72a172e5e928cb0011650a0f856c4.tar.bz2 gentoo-2-9d0bc8d2e2d72a172e5e928cb0011650a0f856c4.zip |
Drop -O0. Bug #382265
(Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libfm/libfm-0.1.16.ebuild')
-rw-r--r-- | x11-libs/libfm/libfm-0.1.16.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/libfm/libfm-0.1.16.ebuild b/x11-libs/libfm/libfm-0.1.16.ebuild index 6a255b451c56..bac4a3f5a471 100644 --- a/x11-libs/libfm/libfm-0.1.16.ebuild +++ b/x11-libs/libfm/libfm-0.1.16.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/x11-libs/libfm/libfm-0.1.16.ebuild,v 1.3 2011/09/08 13:34:40 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.16.ebuild,v 1.4 2011/09/10 11:43:40 hwoarang Exp $ EAPI=4 @@ -30,7 +30,8 @@ DEPEND="${COMMON_DEPEND} src_prepare() { sed -ie '/SUBDIRS=/s#docs##' "${S}"/Makefile.am || die "sed failed" - sed -ie '/^[[:space:]]*docs/d' configure.ac || die "sed failed" + sed -i -e '/^[[:space:]]*docs/d' -e "s:-O0::" \ + configure.ac || die "sed failed" eautoreconf } |