commit: 10bcf6abb6d5abf03026a3e7f2c7a5275c8b60c4
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 4 13:15:53 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Aug 4 13:16:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bcf6ab
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 <AT> gentoo.org>
.../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 8099b33f461..34bb482c9c1 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 .
}