diff options
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index ce0dc97b66c2..ea114b0bd6af 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.28 2008/01/15 15:54:11 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.29 2008/02/20 20:05:23 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -46,12 +46,7 @@ mythtv-plugins_pkg_setup() { } mythtv-plugins_src_unpack() { - if [ -n "${SVNREV}" ]; then - subversion_src_unpack - else - unpack ${A} - fi - + subversion_src_unpack mythtv-plugins_src_unpack_patch } |