mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/apsw: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -27,7 +27,6 @@ S=${WORKDIR}/${MY_P}
|
||||
PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
|
||||
|
||||
python_compile() {
|
||||
python_is_python3 || append-cflags -fno-strict-aliasing
|
||||
distutils-r1_python_compile --enable=load_extension
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@ S=${WORKDIR}/${MY_P}
|
||||
PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
|
||||
|
||||
python_compile() {
|
||||
python_is_python3 || append-cflags -fno-strict-aliasing
|
||||
distutils-r1_python_compile --enable=load_extension
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user