summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-09-13 10:27:28 +0000
committerRoy Marples <uberlord@gentoo.org>2007-09-13 10:27:28 +0000
commit6fcaa96f790cdefbf5fd34f1c78f18a2cb9d07ec (patch)
treec6dd9e73bd2e0674292309f52099ea5c703d7d24 /dev-libs/confuse
parentLink to libintl correctly and work with -j N on non glibc systems (diff)
downloadgentoo-2-6fcaa96f790cdefbf5fd34f1c78f18a2cb9d07ec.tar.gz
gentoo-2-6fcaa96f790cdefbf5fd34f1c78f18a2cb9d07ec.tar.bz2
gentoo-2-6fcaa96f790cdefbf5fd34f1c78f18a2cb9d07ec.zip
Whitespace
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-libs/confuse')
-rw-r--r--dev-libs/confuse/confuse-2.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/confuse/confuse-2.5.ebuild b/dev-libs/confuse/confuse-2.5.ebuild
index 183143eb172d..e5781e438df2 100644
--- a/dev-libs/confuse/confuse-2.5.ebuild
+++ b/dev-libs/confuse/confuse-2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.5.ebuild,v 1.23 2007/09/13 10:15:24 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.5.ebuild,v 1.24 2007/09/13 10:27:28 uberlord Exp $
WANT_AUTOMAKE="1.8"
@@ -32,7 +32,7 @@ src_unpack(){
rm support/install-sh
# We should link to libintl correctly
- epatch "${FILESDIR}"/${P}-libintl.patch
+ epatch "${FILESDIR}"/${P}-libintl.patch
eautomake
elibtoolize
}