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:
Sam James
2021-04-21 08:09:27 +01:00
parent f7921753b9
commit 54eb971aab
3 changed files with 4 additions and 7 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}