diff options
author | 2009-08-25 16:51:21 +0000 | |
---|---|---|
committer | 2009-08-25 16:51:21 +0000 | |
commit | 3f75ffcd8a29fe72399bdc61bdfe53c46d3de536 (patch) | |
tree | 81268b20e0a3f411869ead0937ed61208285411f /eclass | |
parent | sparc stable wrt #256125 (diff) | |
download | gentoo-2-3f75ffcd8a29fe72399bdc61bdfe53c46d3de536.tar.gz gentoo-2-3f75ffcd8a29fe72399bdc61bdfe53c46d3de536.tar.bz2 gentoo-2-3f75ffcd8a29fe72399bdc61bdfe53c46d3de536.zip |
Revert commit 1.16, mythtv ebuilds adjusted for a fix that doesn't break non-stable ebuilds. See bug #280516.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mythtv.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass index 8fc7e1e24509..ef4763b14431 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.16 2009/08/04 20:55:02 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.17 2009/08/25 16:51:21 gentoofan23 Exp $ # # @ECLASS: mythtv.eclass # @AUTHOR: Doug Goldstein <cardoe@gentoo.org> @@ -41,4 +41,4 @@ esac HOMEPAGE="http://www.mythtv.org" LICENSE="GPL-2" SRC_URI="http://svn.mythtv.org/trac/changeset/${MYTHTV_REV}/${MYTHTV_REPO}?old_path=%2F&format=zip -> ${MY_PN}-${PV}.zip" -[[ ${PN} == mythtv ]] || S="${WORKDIR}/${MYTHTV_REPO}" +S="${WORKDIR}/${MYTHTV_REPO}" |