summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-09-20 03:43:24 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-09-20 03:43:24 +0000
commit0cf146537e1fef489eaef4bb4aa9e9bc3a632211 (patch)
tree09d6a8c1fd6d9a4fb901bd1c00c9a928443776a8 /eclass/mythtv.eclass
parentstable x86 (diff)
downloadgentoo-2-0cf146537e1fef489eaef4bb4aa9e9bc3a632211.tar.gz
gentoo-2-0cf146537e1fef489eaef4bb4aa9e9bc3a632211.tar.bz2
gentoo-2-0cf146537e1fef489eaef4bb4aa9e9bc3a632211.zip
Juggle around the LICENSE
Diffstat (limited to 'eclass/mythtv.eclass')
-rw-r--r--eclass/mythtv.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass
index de018e7cd89c..e07bd03520cf 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.1 2006/09/19 23:16:05 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.2 2006/09/20 03:43:24 cardoe Exp $
#
# Author: Doug Goldstein <cardoe@gentoo.org>
#
@@ -23,6 +23,7 @@ else
fi
HOMEPAGE="http://www.mythtv.org"
+LICENSE="GPL-2"
SRC_URI="http://ftp.osuosl.org/pub/mythtv/${MY_PN}-${MY_PV}.tar.bz2"
if [ -n "${PATCHREV}" ] ; then
SRC_URI="${SRC_URI} http://dev.gentoo.org/~cardoe/files/mythtv/${MY_PN}-${MY_PV}_svn${PATCHREV}.patch.bz2"