diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-11-16 07:59:47 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-11-16 07:59:47 +0000 |
commit | 92688d7a817eeb505dcb0faac48db37cc09759ee (patch) | |
tree | e4674e8ed4b8cdd1bf729588c7330d5a8d4ab2a5 /eclass/mythtv.eclass | |
parent | Clean up kde-misc (it's a category for KDE4 apps). (diff) | |
download | gentoo-2-92688d7a817eeb505dcb0faac48db37cc09759ee.tar.gz gentoo-2-92688d7a817eeb505dcb0faac48db37cc09759ee.tar.bz2 gentoo-2-92688d7a817eeb505dcb0faac48db37cc09759ee.zip |
add DEPEND on unzip temporarily for bug #283798
Diffstat (limited to 'eclass/mythtv.eclass')
-rw-r--r-- | eclass/mythtv.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass index 6e71b55dc092..6ecec1c14f22 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.19 2009/10/31 22:10:58 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.20 2009/11/16 07:59:47 cardoe Exp $ # # @ECLASS: mythtv.eclass # @AUTHOR: Doug Goldstein <cardoe@gentoo.org> @@ -10,6 +10,9 @@ inherit versionator +# temporary until all the packagers are fixed for bug #283798 +DEPEND="app-arch/unzip" + # Release version MY_PV="${PV%_*}" |