summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-10-11 11:49:05 +0000
committerMarkus Meier <maekke@gentoo.org>2009-10-11 11:49:05 +0000
commit009a35cb5ea988f54b2967d36590a1f11437c5dd (patch)
tree3c1769fa97f47a1be1fcd8664e9709d3314e556e /eclass/vdr-plugin.eclass
parentwhitespace (diff)
downloadgentoo-2-009a35cb5ea988f54b2967d36590a1f11437c5dd.tar.gz
gentoo-2-009a35cb5ea988f54b2967d36590a1f11437c5dd.tar.bz2
gentoo-2-009a35cb5ea988f54b2967d36590a1f11437c5dd.zip
whitespace
Diffstat (limited to 'eclass/vdr-plugin.eclass')
-rw-r--r--eclass/vdr-plugin.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass
index 342cdcb0217c..e00c9559eee8 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.70 2009/10/08 08:12:50 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.71 2009/10/11 11:49:05 maekke Exp $
#
# Author:
# Matthias Schwarzott <zzam@gentoo.org>
@@ -410,7 +410,7 @@ vdr-plugin_pkg_setup() {
fi
return
fi
-
+
VDRVERSION=$(awk -F'"' '/define VDRVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h)
APIVERSION=$(awk -F'"' '/define APIVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h)
[[ -z ${APIVERSION} ]] && APIVERSION="${VDRVERSION}"