--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- tunapie-2.1.17.ebuild +++ tunapie-2.1.17.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/tunapie-2.1.17.ebuild,v 1.1 2009/04/30 09:58:26 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit eutils multilib python DESCRIPTION="Directory browser for Radio and TV streams" @@ -17,6 +17,11 @@ RDEPEND=">=dev-python/wxpython-2.6" DEPEND="" +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + src_prepare() { sed -i -e "s:/usr/local/share:/usr/$(get_libdir):" ${PN} \ || die "sed failed"