From 212cf1cfba9e970f3cf8def0a205ff22916bdb89 Mon Sep 17 00:00:00 2001 From: Steve Dibb Date: Sat, 10 Jan 2009 14:00:15 +0000 Subject: Add strip restriction, bug 240325 --- eclass/mythtv-plugins.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index 823f6befec48..f6c1975ea479 100644 --- a/eclass/mythtv-plugins.eclass +++ b/eclass/mythtv-plugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.32 2008/03/11 14:52:45 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.33 2009/01/10 14:00:15 beandog Exp $ # # Author: Doug Goldstein # @@ -22,6 +22,9 @@ DEPEND="${DEPEND} S="${WORKDIR}/mythplugins-${MY_PV}" +# bug 240325 +RESTRICT="strip" + # hijacks the plugins checkout to be: # /usr/portage/distfiles/svn-src/mythplugins/mythplugins/mythvideo/ # so that each of the plugins can share the same svn checkout -- cgit v1.2.3-65-gdbad