From cb01a1c377bb2bf0ffec4bc8f47da12f61f23cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 24 Sep 2022 21:36:27 +0200 Subject: [PATCH] dev-python/apsw: Reenable load_extension, again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/851741 Signed-off-by: Michał Górny --- .../apsw/{apsw-3.39.3.0.ebuild => apsw-3.39.3.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) rename dev-python/apsw/{apsw-3.39.3.0.ebuild => apsw-3.39.3.0-r1.ebuild} (97%) diff --git a/dev-python/apsw/apsw-3.39.3.0.ebuild b/dev-python/apsw/apsw-3.39.3.0-r1.ebuild similarity index 97% rename from dev-python/apsw/apsw-3.39.3.0.ebuild rename to dev-python/apsw/apsw-3.39.3.0-r1.ebuild index 08791f688c611..90134487b4330 100644 --- a/dev-python/apsw/apsw-3.39.3.0.ebuild +++ b/dev-python/apsw/apsw-3.39.3.0-r1.ebuild @@ -39,6 +39,7 @@ PATCHES=( src_configure() { cat >> setup.cfg <<-EOF || die [build_ext] + enable=load_extension use_system_sqlite_config=True EOF }