diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-06-28 18:40:25 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-06-28 18:40:25 +0000 |
commit | b0b2c258f632b9f956e4f6e00a4c8e53ec81cf66 (patch) | |
tree | 09f7fc923eb98ce781b68f40a38e9119016b7616 /eclass | |
parent | Stable on x86. (diff) | |
download | historical-b0b2c258f632b9f956e4f6e00a4c8e53ec81cf66.tar.gz historical-b0b2c258f632b9f956e4f6e00a4c8e53ec81cf66.tar.bz2 historical-b0b2c258f632b9f956e4f6e00a4c8e53ec81cf66.zip |
remove mythdvd from list of plugins for 0.21
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index 069e1335f6c2..6d128bf9b0d6 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.23 2007/06/28 18:38:12 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.24 2007/06/28 18:40:25 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -41,6 +41,7 @@ mythtv-plugins_pkg_setup() { if version_is_at_least "0.21_pre" ; then MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies" + MYTHPLUGINS="${MYTHPLUGINS/mythdvd/}" fi } |