diff options
Diffstat (limited to 'dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r2.ebuild')
-rw-r--r-- | dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r2.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r2.ebuild index ab8bd58cc1fa..db1b0c704299 100644 --- a/dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r2.ebuild +++ b/dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,8 +33,7 @@ S=${WORKDIR}/${PYSDL}-for-renpy-${PV} # PyGame distribution for this version has some pregenerated files; # we need to remove them -python_prepare_all() -{ +python_prepare_all() { rm -r gen{,3} || die distutils-r1_python_prepare_all } |