summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-20 15:04:40 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-20 15:04:40 +0000
commit8e89bb8afe5d288812692cbe0ba9c681d87dc764 (patch)
tree5a28075be0462ef6f18acbc79c28cf053c525b9c /dev-python
parentx86 stable, bug #288636 (diff)
downloadgentoo-2-8e89bb8afe5d288812692cbe0ba9c681d87dc764.tar.gz
gentoo-2-8e89bb8afe5d288812692cbe0ba9c681d87dc764.tar.bz2
gentoo-2-8e89bb8afe5d288812692cbe0ba9c681d87dc764.zip
Pass arguments to python_mod_cleanup().
(Portage version: 14854-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sip/sip-4.9.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sip/sip-4.9.2.ebuild b/dev-python/sip/sip-4.9.2.ebuild
index 4d664c5e0abd..89a2075da65b 100644
--- a/dev-python/sip/sip-4.9.2.ebuild
+++ b/dev-python/sip/sip-4.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.9.2.ebuild,v 1.1 2009/11/20 14:57:26 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.9.2.ebuild,v 1.2 2009/11/20 15:04:40 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -72,5 +72,5 @@ pkg_postinst() {
}
pkg_postrm() {
- python_mod_cleanup
+ python_mod_cleanup sipconfig.py sipdistutils.py
}