summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2006-02-03 21:18:52 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2006-02-03 21:18:52 +0000
commite433a166983298464e2aed8b4a5d878ec9e5e2e2 (patch)
tree9eacdf72fcaf499fbc0db970d5dd5f80bf06dec2 /eclass
parentInstall in the correct location when modular xorg-server is installed but the... (diff)
downloadgentoo-2-e433a166983298464e2aed8b4a5d878ec9e5e2e2.tar.gz
gentoo-2-e433a166983298464e2aed8b4a5d878ec9e5e2e2.tar.bz2
gentoo-2-e433a166983298464e2aed8b4a5d878ec9e5e2e2.zip
inherit base.eclass to enable autopatching
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vdr-plugin.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass
index 434c685e95be..f87fbbe03213 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.11 2005/12/10 10:59:59 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.12 2006/02/03 21:18:52 zzam Exp $
#
# Author:
# Matthias Schwarzott <zzam@gentoo.org>
@@ -43,7 +43,7 @@
# It could be used for special startup actions for this plugins, or to create the
# plugin command line options from a nicer version of a conf.d file.
-inherit eutils flag-o-matic
+inherit base eutils flag-o-matic
# Name of the plugin stripped from all vdrplugin-, vdr- and -cvs pre- and postfixes
VDRPLUGIN="${PN/#vdrplugin-/}"
@@ -107,7 +107,7 @@ vdr-plugin_src_unpack() {
case "$1" in
unpack)
- unpack ${A}
+ base_src_unpack
;;
patchmakefile)
cd ${S}