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
commit26f4551c78adc13243d4d1fa5abedfdebf1c60be (patch)
tree0aa3ec518fa4fc300a8d8e44acc7ddc3bf7c91e2
parentStable on ppc wrt bug #185823. (diff)
downloadhistorical-26f4551c78adc13243d4d1fa5abedfdebf1c60be.tar.gz
historical-26f4551c78adc13243d4d1fa5abedfdebf1c60be.tar.bz2
historical-26f4551c78adc13243d4d1fa5abedfdebf1c60be.zip
fix namespace for mythplugins
-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)