diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-04-01 04:05:02 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-04-01 04:05:02 +0000 |
commit | 490325a8a9ee61806734017dfda8498266c211b3 (patch) | |
tree | 0939fe733bdf9fb567b0e6a58ac521ae9850b62b /eclass | |
parent | fix CVE-2007-6036 and update to newest trunk (diff) | |
download | gentoo-2-490325a8a9ee61806734017dfda8498266c211b3.tar.gz gentoo-2-490325a8a9ee61806734017dfda8498266c211b3.tar.bz2 gentoo-2-490325a8a9ee61806734017dfda8498266c211b3.zip |
mythtv-themes-extra support from Jesse Adelman <jesse@boldandbusted.com> bug #214453
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mythtv.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass index 7fa9f0729f5c..e143d7702ad9 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.12 2008/03/06 20:43:16 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.13 2008/04/01 04:05:02 cardoe Exp $ # # @ECLASS: mythtv.eclass # @MAINTAINER: Doug Goldstein <cardoe@gentoo.org> @@ -16,6 +16,7 @@ MY_PV="${PV%_*}" case "${PN}" in mythtv) MY_PN="mythtv";; mythtv-themes) MY_PN="myththemes";; + mythtv-themes-extra) MY_PN="themes";; *) MY_PN="mythplugins";; esac |