diff options
author | Christian Birchinger <joker@gentoo.org> | 2010-10-31 22:23:39 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2010-10-31 22:23:39 +0000 |
commit | 4b559718aa0f1b6155e7e0bea7501c4a04037ab2 (patch) | |
tree | 3f00abab09d76bfeffe9e0c8f2e8ea0ed8a8fef9 /app-admin/ccze | |
parent | cleanup, new upstream version (diff) | |
download | gentoo-2-4b559718aa0f1b6155e7e0bea7501c4a04037ab2.tar.gz gentoo-2-4b559718aa0f1b6155e7e0bea7501c4a04037ab2.tar.bz2 gentoo-2-4b559718aa0f1b6155e7e0bea7501c4a04037ab2.zip |
Fixed cosmetic typo caused by mindless line copying
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/ccze')
-rw-r--r-- | app-admin/ccze/ccze-0.2.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ccze/ccze-0.2.1-r3.ebuild b/app-admin/ccze/ccze-0.2.1-r3.ebuild index 1aae76b46417..8f2d1d458a39 100644 --- a/app-admin/ccze/ccze-0.2.1-r3.ebuild +++ b/app-admin/ccze/ccze-0.2.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/ccze/ccze-0.2.1-r3.ebuild,v 1.2 2010/05/17 20:15:47 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/ccze/ccze-0.2.1-r3.ebuild,v 1.3 2010/10/31 22:23:39 joker Exp $ inherit fixheadtails autotools eutils toolchain-funcs @@ -23,7 +23,7 @@ src_unpack() { epatch "${FILESDIR}"/ccze-fbsd.patch || die "epatch ccze-fbsd.patch failed" epatch "${FILESDIR}"/ccze-segfault.patch || die "epatch ccze-segfault.patch" - epatch "${FILESDIR}"/ccze-ldflags.patch || die "epatch ccze-segfault.patch" + epatch "${FILESDIR}"/ccze-ldflags.patch || die "epatch ccze-ldflags.patch" # GCC 4.x fixes sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' \ |