summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-01-05 13:16:57 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-01-05 13:16:57 +0000
commit4ae4325cff9ddb327e0f5d9097598372f51807c6 (patch)
treee0200e1aaab04268fdb1a35c48459f7214197ce1 /eclass
parentbumping gtkmm to 2.10.6 (diff)
downloadhistorical-4ae4325cff9ddb327e0f5d9097598372f51807c6.tar.gz
historical-4ae4325cff9ddb327e0f5d9097598372f51807c6.tar.bz2
historical-4ae4325cff9ddb327e0f5d9097598372f51807c6.zip
Removed deprecated debug-use-flag.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vdr-plugin.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass
index bc85c266c65d..db68c2085add 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.38 2006/11/01 14:32:22 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.39 2007/01/05 13:16:57 zzam Exp $
#
# Author:
# Matthias Schwarzott <zzam@gentoo.org>
@@ -60,7 +60,7 @@
inherit base multilib eutils flag-o-matic
-IUSE="debug"
+IUSE=""
# Name of the plugin stripped from all vdrplugin-, vdr- and -cvs pre- and postfixes
VDRPLUGIN="${PN/#vdrplugin-/}"
@@ -142,7 +142,6 @@ delete_orphan_plugindb_file() {
vdr-plugin_pkg_setup() {
# -fPIC is needed for shared objects on some platforms (amd64 and others)
append-flags -fPIC
- use debug && append-flags -g
# Where should the plugins live in the filesystem
VDR_PLUGIN_DIR="/usr/$(get_libdir)/vdr/plugins"