summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-07-14 09:30:22 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-07-14 09:30:22 +0000
commitc07824293263121276fb24af90a7016246f1dc09 (patch)
tree4b073ec584dd4708a637a50ffd1b90737a59763c /media-tv
parentVersion bump (Manifest recommit) (diff)
downloadgentoo-2-c07824293263121276fb24af90a7016246f1dc09.tar.gz
gentoo-2-c07824293263121276fb24af90a7016246f1dc09.tar.bz2
gentoo-2-c07824293263121276fb24af90a7016246f1dc09.zip
Dont strip if debug.
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv/mythtv-0.15.1-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-tv/mythtv/mythtv-0.15.1-r1.ebuild b/media-tv/mythtv/mythtv-0.15.1-r1.ebuild
index 68e69727574d..3130ae906dc1 100644
--- a/media-tv/mythtv/mythtv-0.15.1-r1.ebuild
+++ b/media-tv/mythtv/mythtv-0.15.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.15.1-r1.ebuild,v 1.6 2004/07/14 08:59:45 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.15.1-r1.ebuild,v 1.7 2004/07/14 09:30:22 aliz Exp $
inherit flag-o-matic eutils gcc
@@ -32,6 +32,8 @@ DEPEND=">=media-libs/freetype-2.0
RDEPEND="${DEPEND}
!media-tv/mythfrontend"
+use debug && FEATURES="${FEATURES} nostrip"
+
pkg_setup() {
if use X; then QTP=x11-libs/qt; else QTP=x11-libs/qt-embedded; fi
local qt_use="$(</var/db/pkg/`best_version ${QTP}`/USE)"