ESVN_OPTIONS needs to be passed with our _pre# for the SVN revision we want.
authorDoug Goldstein <cardoe@gentoo.org>
Mon, 19 Mar 2007 07:06:29 +0000 (07:06 +0000)
committerDoug Goldstein <cardoe@gentoo.org>
Mon, 19 Mar 2007 07:06:29 +0000 (07:06 +0000)
eclass/mythtv.eclass

index c7a24b500b3150fa8975b1b16f653ed686152845..606159efb5739bbe855d7623749c0dcff86b7a5d 100644 (file)
@@ -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"