summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-05 23:46:44 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-05 23:46:44 +0000
commit75d70fe34ef8b367435a8b337aeb7df8c0c07945 (patch)
tree4164aa38d10740538b7c19df49b3b93f2bcae55c /app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild
parentSet SUPPORT_PYTHON_ABIS (bug #308299). (diff)
downloadgentoo-2-75d70fe34ef8b367435a8b337aeb7df8c0c07945.tar.gz
gentoo-2-75d70fe34ef8b367435a8b337aeb7df8c0c07945.tar.bz2
gentoo-2-75d70fe34ef8b367435a8b337aeb7df8c0c07945.zip
Fix md5 deprecation warning (bug #308299).
(Portage version: 2.2.0_alpha26_p6/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild')
-rw-r--r--app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild b/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild
index 5a40a361ab77..192841f4375a 100644
--- a/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild
+++ b/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild,v 1.3 2011/03/05 23:42:42 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild,v 1.4 2011/03/05 23:46:44 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -32,6 +32,7 @@ PYTHON_MODNAME="ipkg.py"
src_prepare() {
epatch "${FILESDIR}/${PN}-tar_call_fixes.patch"
+ epatch "${FILESDIR}/${P}-hashlib.patch"
sed '/python setup.py build/d' -i Makefile