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 <leio@gentoo.org>
This commit is contained in:
Mart Raudsepp
2019-08-04 16:15:53 +03:00
parent da91e23c3c
commit 10bcf6abb6

View File

@@ -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 .
}