summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-03 17:39:25 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-03 17:39:25 +0000
commitad2be80cbd5f2bab102aff176938c7d34c0ffb73 (patch)
tree7a99babed7f293b4bc4d0dfe921c5722357a4704 /dev-lang/python
parentRemove dependencies whose absence will cause more problems. (diff)
downloadgentoo-2-ad2be80cbd5f2bab102aff176938c7d34c0ffb73.tar.gz
gentoo-2-ad2be80cbd5f2bab102aff176938c7d34c0ffb73.tar.bz2
gentoo-2-ad2be80cbd5f2bab102aff176938c7d34c0ffb73.zip
Improve warning.
Diffstat (limited to 'dev-lang/python')
-rw-r--r--dev-lang/python/python-3.1.1-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.1.1-r1.ebuild b/dev-lang/python/python-3.1.1-r1.ebuild
index 0aa4d8112917..5d4aed3ea36e 100644
--- a/dev-lang/python/python-3.1.1-r1.ebuild
+++ b/dev-lang/python/python-3.1.1-r1.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-lang/python/python-3.1.1-r1.ebuild,v 1.10 2009/10/03 17:09:20 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.11 2009/10/03 17:39:25 arfrever Exp $
EAPI="2"
@@ -28,8 +28,8 @@ IUSE="build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite ssl +t
RDEPEND=">=app-admin/eselect-python-20090606
>=sys-libs/zlib-1.1.3
- virtual/libintl
virtual/libffi
+ virtual/libintl
!build? (
doc? ( dev-python/python-docs:${SLOT} )
gdbm? ( sys-libs/gdbm )
@@ -278,6 +278,8 @@ pkg_postinst() {
ewarn "Many Python modules haven't been ported yet to Python 3.*."
ewarn "Python 3 hasn't been activated and Python wrapper is still configured to use Python 2."
ewarn "You can manually activate Python ${SLOT} using \`eselect python set python${SLOT}\`."
+ ewarn "It is recommended to currently have Python wrapper configured to use Python 2."
+ ewarn "Having Python wrapper configured to use Python 3 is unsupported."
ewarn
ebeep 6
fi