From 26f4551c78adc13243d4d1fa5abedfdebf1c60be Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 7 Aug 2007 19:19:52 +0000 Subject: fix namespace for mythplugins --- eclass/mythtv-plugins.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass/mythtv-plugins.eclass') diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index ee227ab57781..20790fe2121e 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.26 2007/08/07 16:24:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.27 2007/08/07 19:19:52 cardoe Exp $ # # Author: Doug Goldstein # @@ -23,11 +23,11 @@ DEPEND="${DEPEND} S="${WORKDIR}/mythplugins-${MY_PV}" # hijacks the plugins checkout to be: -# /usr/portage/distfiles/svn-src//mythplugins/mythvideo/ +# /usr/portage/distfiles/svn-src/mythplugins/mythplugins/mythvideo/ # so that each of the plugins can share the same svn checkout # saving HD space and number of svn checkouts reqired # Great suggestion by Tom Clift -ESVN_PROJECT="" +ESVN_PROJECT="mythplugins" mythtv-plugins_pkg_setup() { # List of available plugins (needs to include ALL of them in the tarball) -- cgit v1.2.3-65-gdbad