From: Mart Raudsepp Date: Sun, 4 Aug 2019 13:15:53 +0000 (+0300) Subject: dev-python/gnome-python-desktop-base: fix EPYTHON unset error X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=10bcf6abb6d5abf03026a3e7f2c7a5275c8b60c4;p=gentoo.git dev-python/gnome-python-desktop-base: fix EPYTHON unset error Not sure why this ebuild calls python_fix_shebang, but not the other legacy -base ones. Just throw a python_setup at it for now, the midterm goal is to last-rite these. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- diff --git a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild index 8099b33f461b..34bb482c9c13 100644 --- a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild +++ b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -35,6 +35,7 @@ RESTRICT="test" src_prepare() { gnome2_src_prepare + python_setup python_fix_shebang . }