diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-20 03:43:24 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-20 03:43:24 +0000 |
commit | 0cf146537e1fef489eaef4bb4aa9e9bc3a632211 (patch) | |
tree | 09d6a8c1fd6d9a4fb901bd1c00c9a928443776a8 /eclass/mythtv-plugins.eclass | |
parent | stable x86 (diff) | |
download | gentoo-2-0cf146537e1fef489eaef4bb4aa9e9bc3a632211.tar.gz gentoo-2-0cf146537e1fef489eaef4bb4aa9e9bc3a632211.tar.bz2 gentoo-2-0cf146537e1fef489eaef4bb4aa9e9bc3a632211.zip |
Juggle around the LICENSE
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index 5af7d402a1d6..85c16cefaeef 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.17 2006/09/19 23:16:05 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.18 2006/09/20 03:43:24 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -11,7 +11,6 @@ inherit mythtv multilib qt3 versionator # Extra configure options to pass to econf MTVCONF=${MTVCONF:=""} -LICENSE="GPL-2" SLOT="0" IUSE="${IUSE} debug mmx" |