Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/
Date: Sat, 24 Sep 2022 19:38:08
Message-Id: 1664048280.cb01a1c377bb2bf0ffec4bc8f47da12f61f23cbb.mgorny@gentoo
1 commit: cb01a1c377bb2bf0ffec4bc8f47da12f61f23cbb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 19:36:27 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 19:38:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb01a1c3
7
8 dev-python/apsw: Reenable load_extension, again
9
10 Closes: https://bugs.gentoo.org/851741
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/apsw/{apsw-3.39.3.0.ebuild => apsw-3.39.3.0-r1.ebuild} | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/apsw/apsw-3.39.3.0.ebuild b/dev-python/apsw/apsw-3.39.3.0-r1.ebuild
17 similarity index 97%
18 rename from dev-python/apsw/apsw-3.39.3.0.ebuild
19 rename to dev-python/apsw/apsw-3.39.3.0-r1.ebuild
20 index 08791f688c61..90134487b433 100644
21 --- a/dev-python/apsw/apsw-3.39.3.0.ebuild
22 +++ b/dev-python/apsw/apsw-3.39.3.0-r1.ebuild
23 @@ -39,6 +39,7 @@ PATCHES=(
24 src_configure() {
25 cat >> setup.cfg <<-EOF || die
26 [build_ext]
27 + enable=load_extension
28 use_system_sqlite_config=True
29 EOF
30 }