mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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 .
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user