diff -u dev-python/ropeide.old/ropeide-1.5.1.ebuild dev-python/ropeide.new/ropeide-1.5.1.ebuild --- dev-python/ropeide.old/ropeide-1.5.1.ebuild 2008-09-03 00:17:37.000000000 +0200 +++ dev-python/ropeide.new/ropeide-1.5.1.ebuild 2009-03-01 17:08:27.000000000 +0100 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/ropeide/ropeide-1.5.1.ebuild,v 1.1 2008/09/02 22:17:37 pythonhead Exp $ -NEED_PYTHON="2.5" +EAPI="2" inherit distutils @@ -13,11 +13,11 @@ SLOT="0" KEYWORDS="~x86" IUSE="doc" -DEPEND=">=dev-python/rope-0.8.4" -pkg_setup() { - distutils_python_tkinter -} +COMMON_DEPEND=">=dev-lang/python-2.5[tk]" +DEPEND=">=dev-python/rope-0.8.4 + ${COMMON_DEPEND}" +RDEPEND="${COMMON_DEPEND}" src_install() { distutils_src_install