diff options
-rw-r--r-- | dev-python/sip/sip-4.9.2.ebuild | 4 |
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 } |