dev-python/gnome-python-desktop-base: fix EPYTHON unset error
authorMart Raudsepp <leio@gentoo.org>
Sun, 4 Aug 2019 13:15:53 +0000 (16:15 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 4 Aug 2019 13:16:25 +0000 (16:16 +0300)
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>
dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild

index 8099b33f461bd83ea4841cfbae038acf0e22be52..34bb482c9c13c348da35327005b3d9c255fde712 100644 (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 .
 }