summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-03-19 07:06:29 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-03-19 07:06:29 +0000
commitffccee5a9ff56837472d37d082b883183e94c917 (patch)
treec23306ba9a285249f9b130f2361d5d3674933fd1 /eclass
parentVersion bump (diff)
downloadhistorical-ffccee5a9ff56837472d37d082b883183e94c917.tar.gz
historical-ffccee5a9ff56837472d37d082b883183e94c917.tar.bz2
historical-ffccee5a9ff56837472d37d082b883183e94c917.zip
ESVN_OPTIONS needs to be passed with our _pre# for the SVN revision we want.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mythtv.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass
index c7a24b500b31..606159efb573 100644
--- a/eclass/mythtv.eclass
+++ b/eclass/mythtv.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.eclass,v 1.5 2007/03/19 03:11:35 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.6 2007/03/19 07:06:29 cardoe Exp $
#
# Author: Doug Goldstein <cardoe@gentoo.org>
#
@@ -29,6 +29,7 @@ else
fi
ESVN_REPO_URI="http://svn.mythtv.org/svn/trunk/${MY_PN}"
+ESVN_OPTIONS="-r ${SVNREV}"
HOMEPAGE="http://www.mythtv.org"
LICENSE="GPL-2"