summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-11-04 16:45:25 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-11-04 16:45:25 +0000
commit051139356d55c45c00a87e1e24489b78639bc06e (patch)
tree9d0b99407c4e0463f461609d578ed8d28574cd87 /dev-python/pygoogle
parentdepend on app-arch/unzip bug# 69831, marked stable x86 (Manifest recommit) (diff)
downloadgentoo-2-051139356d55c45c00a87e1e24489b78639bc06e.tar.gz
gentoo-2-051139356d55c45c00a87e1e24489b78639bc06e.tar.bz2
gentoo-2-051139356d55c45c00a87e1e24489b78639bc06e.zip
depend on app-arch/unzip bug# 69831
Diffstat (limited to 'dev-python/pygoogle')
-rw-r--r--dev-python/pygoogle/ChangeLog5
-rw-r--r--dev-python/pygoogle/pygoogle-0.5.2.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pygoogle/ChangeLog b/dev-python/pygoogle/ChangeLog
index 23250f4c25b7..ae0f49f270c6 100644
--- a/dev-python/pygoogle/ChangeLog
+++ b/dev-python/pygoogle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pygoogle
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygoogle/ChangeLog,v 1.7 2004/10/30 14:24:33 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygoogle/ChangeLog,v 1.8 2004/11/04 16:45:25 pythonhead Exp $
+
+ 04 Nov 2004; Rob Cakebread <pythonhead@gentoo.org> pygoogle-0.5.2.ebuild:
+ depend on app-arch/unzip
*pygoogle-0.6 (30 Oct 2004)
diff --git a/dev-python/pygoogle/pygoogle-0.5.2.ebuild b/dev-python/pygoogle/pygoogle-0.5.2.ebuild
index d2a3e1ec0e90..f7122161eeb0 100644
--- a/dev-python/pygoogle/pygoogle-0.5.2.ebuild
+++ b/dev-python/pygoogle/pygoogle-0.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygoogle/pygoogle-0.5.2.ebuild,v 1.7 2004/06/25 01:39:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygoogle/pygoogle-0.5.2.ebuild,v 1.8 2004/11/04 16:45:25 pythonhead Exp $
inherit distutils
@@ -14,4 +14,5 @@ SLOT="0"
LICENSE="PYTHON"
KEYWORDS="x86"
-DEPEND="virtual/python"
+DEPEND="virtual/python
+ app-arch/unzip"