summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild')
-rw-r--r--dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild12
1 files changed, 1 insertions, 11 deletions
diff --git a/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild b/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild
index 0b69113d6f16..28538dca649f 100644
--- a/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild
+++ b/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild,v 1.7 2012/03/13 02:38:20 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild,v 1.8 2012/04/12 16:00:56 xarthisius Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -40,13 +40,3 @@ src_install() {
doins -r examples
fi
}
-
-pkg_postinst() {
- distutils_pkg_postinst
- if use x86 && ! has_version dev-python/psyco; then
- einfo ""
- einfo "Although it is not required, you should consider installing"
- einfo "\"dev-python/psyco\". It can speed up this module a lot."
- einfo ""
- fi
-}