summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-03-08 08:22:37 +0000
committerJustin Lecher <jlec@gentoo.org>2014-03-08 08:22:37 +0000
commit12c211abd5be673f787992f6e7836d4d6da70759 (patch)
treebde4d9c090f17284ab201db655a378a6d586ca2f /dev-python/mysql-python
parentsparc stable wrt bug #495468 (diff)
downloadgentoo-2-12c211abd5be673f787992f6e7836d4d6da70759.tar.gz
gentoo-2-12c211abd5be673f787992f6e7836d4d6da70759.tar.bz2
gentoo-2-12c211abd5be673f787992f6e7836d4d6da70759.zip
dev-python/mysql-python: Add missing dep on app-arch/unzip, thanks Arfrever spotting this
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/mysql-python')
-rw-r--r--dev-python/mysql-python/ChangeLog5
-rw-r--r--dev-python/mysql-python/mysql-python-1.2.5.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/mysql-python/ChangeLog b/dev-python/mysql-python/ChangeLog
index 51b51f2e6e5b..3a9d81c3786f 100644
--- a/dev-python/mysql-python/ChangeLog
+++ b/dev-python/mysql-python/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mysql-python
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/ChangeLog,v 1.95 2014/03/07 14:13:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/ChangeLog,v 1.96 2014/03/08 08:22:37 jlec Exp $
+
+ 08 Mar 2014; Justin Lecher <jlec@gentoo.org> mysql-python-1.2.5.ebuild:
+ Add missing dep on app-arch/unzip, thanks Arfrever spotting this
*mysql-python-1.2.5 (07 Mar 2014)
diff --git a/dev-python/mysql-python/mysql-python-1.2.5.ebuild b/dev-python/mysql-python/mysql-python-1.2.5.ebuild
index e51703eb9891..e156f9bf2e73 100644
--- a/dev-python/mysql-python/mysql-python-1.2.5.ebuild
+++ b/dev-python/mysql-python/mysql-python-1.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild,v 1.1 2014/03/07 14:13:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-1.2.5.ebuild,v 1.2 2014/03/08 08:22:37 jlec Exp $
EAPI=5
@@ -22,6 +22,7 @@ IUSE=""
RDEPEND="virtual/mysql"
DEPEND="${RDEPEND}
+ app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]"
S="${WORKDIR}/${MY_P}"