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 | 212cf1cfba9e970f3cf8def0a205ff22916bdb89 (patch) | |
tree | 42e03ac6684867981ef9127f0a4a0a761832598f /eclass | |
parent | remove libdvbpsi dep, bug 236103 (diff) | |
download | gentoo-2-212cf1cfba9e970f3cf8def0a205ff22916bdb89.tar.gz gentoo-2-212cf1cfba9e970f3cf8def0a205ff22916bdb89.tar.bz2 gentoo-2-212cf1cfba9e970f3cf8def0a205ff22916bdb89.zip |
Add strip restriction, bug 240325
Diffstat (limited to '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 |