summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2009-11-16 07:59:47 +0000
committerDoug Goldstein <cardoe@gentoo.org>2009-11-16 07:59:47 +0000
commit92688d7a817eeb505dcb0faac48db37cc09759ee (patch)
treee4674e8ed4b8cdd1bf729588c7330d5a8d4ab2a5 /eclass
parentClean up kde-misc (it's a category for KDE4 apps). (diff)
downloadgentoo-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')
-rw-r--r--eclass/mythtv.eclass5
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%_*}"