diff options
| author | Mart Raudsepp <leio@gentoo.org> | 2019-08-04 16:15:53 +0300 |
|---|---|---|
| committer | Mart Raudsepp <leio@gentoo.org> | 2019-08-04 16:16:25 +0300 |
| commit | 10bcf6abb6d5abf03026a3e7f2c7a5275c8b60c4 (patch) | |
| tree | e24bfe2ba774aca6b718047afd54cc622a108d99 /dev-python | |
| parent | da91e23c3cb3a5acd9998912990981b9df7921d9 (diff) | |
| download | gentoo-10bcf6abb6d5abf03026a3e7f2c7a5275c8b60c4.tar.gz gentoo-10bcf6abb6d5abf03026a3e7f2c7a5275c8b60c4.tar.bz2 gentoo-10bcf6abb6d5abf03026a3e7f2c7a5275c8b60c4.zip | |
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>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 . } |
