summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-04-21 02:56:34 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-04-21 02:56:34 +0000
commit52192aa639d44f2e05d9d3ce6e0510b7cc6e2dbf (patch)
treed49d1a61ed02fe15748d614bee577c65fe5b16ba /eclass/vdr-plugin.eclass
parentModularized i18n handling. (diff)
downloadhistorical-52192aa639d44f2e05d9d3ce6e0510b7cc6e2dbf.tar.gz
historical-52192aa639d44f2e05d9d3ce6e0510b7cc6e2dbf.tar.bz2
historical-52192aa639d44f2e05d9d3ce6e0510b7cc6e2dbf.zip
Add back lost ebegin.
Diffstat (limited to 'eclass/vdr-plugin.eclass')
-rw-r--r--eclass/vdr-plugin.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass
index aa21cd1ff53c..4a19c0f1393b 100644
--- a/eclass/vdr-plugin.eclass
+++ b/eclass/vdr-plugin.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.56 2008/04/21 02:45:45 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.57 2008/04/21 02:56:34 zzam Exp $
#
# Author:
# Matthias Schwarzott <zzam@gentoo.org>
@@ -264,6 +264,7 @@ vdr_i18n_convert_to_gettext() {
}
vdr_i18n_disable_gettext() {
+ ebegin "Disabling gettext support in plugin"
# Remove i18n Target if using older vdr
sed -i Makefile \
-e '/^all:/s/ i18n//'