summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2010-10-31 22:23:39 +0000
committerChristian Birchinger <joker@gentoo.org>2010-10-31 22:23:39 +0000
commit93abc957929f73fc5fe703f831ebbdb91ebd308b (patch)
tree6820f5519695fba6aeaeb3f784f53011d7a3a89f /app-admin/ccze/ccze-0.2.1-r3.ebuild
parentcleanup, new upstream version (diff)
downloadhistorical-93abc957929f73fc5fe703f831ebbdb91ebd308b.tar.gz
historical-93abc957929f73fc5fe703f831ebbdb91ebd308b.tar.bz2
historical-93abc957929f73fc5fe703f831ebbdb91ebd308b.zip
Fixed cosmetic typo caused by mindless line copying
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-admin/ccze/ccze-0.2.1-r3.ebuild')
-rw-r--r--app-admin/ccze/ccze-0.2.1-r3.ebuild4
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/' \