diff options
-rw-r--r-- | eclass/mythtv-plugins.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
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 <cardoe@gentoo.org> # @@ -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 |