diff options
author | Joonas Niilola <juippis@gentoo.org> | 2019-08-05 19:29:38 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-08-05 19:29:38 +0300 |
commit | d38d9bfc355f21a10925c94a9857aed3dfd27976 (patch) | |
tree | 7a7b642214ac9287b9d86b4ea6c01ce1870123f5 /dev-python/gnome-python-base | |
parent | sci-physics/root: update src_prepare for upstream fixes (diff) | |
download | gentoo-d38d9bfc355f21a10925c94a9857aed3dfd27976.tar.gz gentoo-d38d9bfc355f21a10925c94a9857aed3dfd27976.tar.bz2 gentoo-d38d9bfc355f21a10925c94a9857aed3dfd27976.zip |
dev-python/gnome-python-base: call for python_setup
Closes: https://bugs.gentoo.org/691494
Package-Manager: Portage-2.3.71, Repoman-2.3.16
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/gnome-python-base')
-rw-r--r-- | dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild b/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild index 6083501408e4..e5b88706d9e3 100644 --- a/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild +++ b/dev-python/gnome-python-base/gnome-python-base-2.28.1-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,10 @@ KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-li S="${WORKDIR}/${MY_PN}-${PV}" +src_prepare() { + python_setup +} + src_configure() { gnome2_src_configure \ --disable-allbindings |