mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/pygame_sdl2: fix function declaration style (braces)
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -40,8 +40,7 @@ PATCHES=( "${FILESDIR}/pygame_sdl2-6.99.12.4-mixer.patch" )
|
||||
|
||||
# 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
|
||||
}
|
||||
|
||||
@@ -38,8 +38,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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user