summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-08-07 19:19:52 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-08-07 19:19:52 +0000
commit2fb6a9c505deca509d25a7d1409112c7c67d89c3 (patch)
tree0d81c2df243777475783b9645c18ea42101e52e4 /eclass/mythtv-plugins.eclass
parentStable on ppc wrt bug #185823. (diff)
downloadgentoo-2-2fb6a9c505deca509d25a7d1409112c7c67d89c3.tar.gz
gentoo-2-2fb6a9c505deca509d25a7d1409112c7c67d89c3.tar.bz2
gentoo-2-2fb6a9c505deca509d25a7d1409112c7c67d89c3.zip
fix namespace for mythplugins
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r--eclass/mythtv-plugins.eclass6
1 files changed, 3 insertions, 3 deletions
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 <cardoe@gentoo.org>
#
@@ -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 <tom@clift.name>
-ESVN_PROJECT=""
+ESVN_PROJECT="mythplugins"
mythtv-plugins_pkg_setup() {
# List of available plugins (needs to include ALL of them in the tarball)