Skip to content

Commit

Permalink
dev-python/apsw: Drop superfluous calls to python_is_python3
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Aug 14, 2020
1 parent 6710709 commit dc7ad78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dev-python/apsw/apsw-3.25.2_p1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
1 change: 0 additions & 1 deletion dev-python/apsw/apsw-3.32.2_p1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit dc7ad78

Please sign in to comment.