summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-02-14 20:36:32 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-02-14 20:36:32 +0000
commitb7a735f84ebcb85225278725c391b31a01fd40bf (patch)
treebd4c958440e7d4102f363d6a520e7d9fc711e98e /eclass/mythtv.eclass
parentadd eclass docs for nvidia-drivers. bug #210027. patch provided by mren <bugs... (diff)
downloadgentoo-2-b7a735f84ebcb85225278725c391b31a01fd40bf.tar.gz
gentoo-2-b7a735f84ebcb85225278725c391b31a01fd40bf.tar.bz2
gentoo-2-b7a735f84ebcb85225278725c391b31a01fd40bf.zip
update mythtv eclass to support beta releases
Diffstat (limited to 'eclass/mythtv.eclass')
-rw-r--r--eclass/mythtv.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass
index cbef548d1c72..657ce4301abf 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.7 2007/08/06 19:11:19 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.8 2008/02/14 20:36:32 cardoe Exp $
#
# @ECLASS: mythtv.eclass
# @MAINTAINER: Doug Goldstein <cardoe@gentoo.org>
@@ -26,7 +26,7 @@ if [[ ${MY_PV} != ${PV} ]]; then
if [[ $PV = *_pre* ]]; then
SVNREV="${PV##*_pre}"
ESVN_REPO_URI="http://svn.mythtv.org/svn/trunk/${MY_PN}"
- elif [[ $PV = *_p* ]]; then
+ elif [[ $PV = *_p* || $PV = *_beta* ]]; then
PATCHREV="${PV##*_p}"
# as of 0.20_p13783, we're using svn always
if [[ $PATCHREV -gt 13783 ]]; then