From 10bcf6abb6d5abf03026a3e7f2c7a5275c8b60c4 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 4 Aug 2019 16:15:53 +0300 Subject: [PATCH] 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 --- .../gnome-python-desktop-base-2.32.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 . } -- 2.26.2