mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/apsw: fix --enable for extensions syntax
Needs to be comma separated. Not adding the whole list right now as upstream are working on autodetection? Bug: https://bugs.gentoo.org/851741 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -33,7 +33,7 @@ RDEPEND="
|
||||
python_compile() {
|
||||
# Needed for e.g. bug #851741
|
||||
# Enable column-metadata to match dev-db/sqlite
|
||||
distutils-r1_python_compile --enable=load_extension --enable=column_metadata
|
||||
distutils-r1_python_compile --enable=load_extension,column_metadata
|
||||
}
|
||||
|
||||
python_test() {
|
||||
Reference in New Issue
Block a user