summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2006-10-31 21:43:43 +0000
committerOlivier Crête <tester@gentoo.org>2006-10-31 21:43:43 +0000
commit5479d2363a37ad9155663794664d6d8ba287f4dd (patch)
tree18cca07b8efe2f919cf892304c765ab943eb8c17 /app-dicts/verbiste/verbiste-0.1.16.ebuild
parentFixing deps wrt bug #153254 (diff)
downloadgentoo-2-5479d2363a37ad9155663794664d6d8ba287f4dd.tar.gz
gentoo-2-5479d2363a37ad9155663794664d6d8ba287f4dd.tar.bz2
gentoo-2-5479d2363a37ad9155663794664d6d8ba287f4dd.zip
Fix whitespace
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-dicts/verbiste/verbiste-0.1.16.ebuild')
-rw-r--r--app-dicts/verbiste/verbiste-0.1.16.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-dicts/verbiste/verbiste-0.1.16.ebuild b/app-dicts/verbiste/verbiste-0.1.16.ebuild
index 8bf4de82a679..a5a06fdfce6c 100644
--- a/app-dicts/verbiste/verbiste-0.1.16.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.16.ebuild,v 1.1 2006/10/20 15:03:41 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.16.ebuild,v 1.2 2006/10/31 21:43:43 tester Exp $
inherit autotools eutils
@@ -20,15 +20,15 @@ RDEPEND=">=dev-libs/libxml2-2.4.0
DEPEND="${RDEPEND}
sys-devel/gettext"
-
+
#from enlightenment eclass
gettext_modify() {
# use nls || return 0
- cp $(which gettextize) "${T}"/ || die "could not copy gettextize"
- sed -i \
- -e 's:read dummy < /dev/tty::' \
- "${T}"/gettextize
+ cp $(which gettextize) "${T}"/ || die "could not copy gettextize"
+ sed -i \
+ -e 's:read dummy < /dev/tty::' \
+ "${T}"/gettextize
}