diff options
Diffstat (limited to 'dev-lang/python/python-3.1.4-r3.ebuild')
-rw-r--r-- | dev-lang/python/python-3.1.4-r3.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-lang/python/python-3.1.4-r3.ebuild b/dev-lang/python/python-3.1.4-r3.ebuild index 077d90c71eff..5e48be1ff4b4 100644 --- a/dev-lang/python/python-3.1.4-r3.ebuild +++ b/dev-lang/python/python-3.1.4-r3.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/dev-lang/python/python-3.1.4-r3.ebuild,v 1.5 2011/10/31 04:02:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.4-r3.ebuild,v 1.6 2011/11/26 16:50:52 floppym Exp $ EAPI="3" WANT_AUTOMAKE="none" @@ -349,13 +349,6 @@ pkg_postinst() { sleep 1 done fi - - if [[ "${PV}" != *_pre* ]]; then - elog - elog "If you want to help in testing of recent changes in Python, then you can use" - elog "snapshots of Python from python overlay." - elog - fi } pkg_postrm() { |