diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-01-10 14:00:15 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-01-10 14:00:15 +0000 |
commit | 9f5d606cd27a774547d15dceb812e70f0882a203 (patch) | |
tree | 35f6802b580f39ee97c981e3c024e6fc2f008989 /eclass/mythtv-plugins.eclass | |
parent | remove libdvbpsi dep, bug 236103 (diff) | |
download | historical-9f5d606cd27a774547d15dceb812e70f0882a203.tar.gz historical-9f5d606cd27a774547d15dceb812e70f0882a203.tar.bz2 historical-9f5d606cd27a774547d15dceb812e70f0882a203.zip |
Add strip restriction, bug 240325
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-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 |