diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2011-10-31 02:41:04 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2011-10-31 02:41:04 +0000 |
commit | 7550c1512bd3121323a897944c164b0283bc9dc1 (patch) | |
tree | 6aa09fd9bc687d1a790fcef5bcf7e5a03867bed6 /net-libs/libs3 | |
parent | New package, ebuild written by me (diff) | |
download | gentoo-2-7550c1512bd3121323a897944c164b0283bc9dc1.tar.gz gentoo-2-7550c1512bd3121323a897944c164b0283bc9dc1.tar.bz2 gentoo-2-7550c1512bd3121323a897944c164b0283bc9dc1.zip |
Fix typo
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libs3')
-rw-r--r-- | net-libs/libs3/libs3-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libs3/libs3-2.0.ebuild b/net-libs/libs3/libs3-2.0.ebuild index dffc9b17eb10..5240673eabe8 100644 --- a/net-libs/libs3/libs3-2.0.ebuild +++ b/net-libs/libs3/libs3-2.0.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/net-libs/libs3/libs3-2.0.ebuild,v 1.1 2011/10/31 02:36:11 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libs3/libs3-2.0.ebuild,v 1.2 2011/10/31 02:41:04 weaver Exp $ EAPI=4 @@ -17,7 +17,7 @@ RDEPEND="net-misc/curl" DEPEND="${RDEPEND}" src_prepare() { - sed -i -e 's/CFLAGS :=/CFLAGS +=/' -e 's/-Werror//' *makefile || diea + sed -i -e 's/CFLAGS :=/CFLAGS +=/' -e 's/-Werror//' *makefile || die } src_install() { |