summaryrefslogtreecommitdiff
path: root/dev-db/sqlite/sqlite-9999.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-21 03:45:32 +0000
committerSam James <sam@gentoo.org>2024-03-21 03:45:32 +0000
commiteb8557be3a90a47619ca5510e4376934934eebf3 (patch)
treea7c6b2692b26794e4747919d3c080c1c97a7e53c /dev-db/sqlite/sqlite-9999.ebuild
parent9cd30d5375b3fbaac8ec00ba9b0210590d0215df (diff)
downloadgentoo-eb8557be3a90a47619ca5510e4376934934eebf3.tar.gz
gentoo-eb8557be3a90a47619ca5510e4376934934eebf3.tar.bz2
gentoo-eb8557be3a90a47619ca5510e4376934934eebf3.zip
dev-db/sqlite: add 3.45.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/sqlite/sqlite-9999.ebuild')
-rw-r--r--dev-db/sqlite/sqlite-9999.ebuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-db/sqlite/sqlite-9999.ebuild b/dev-db/sqlite/sqlite-9999.ebuild
index 40b16d903620..7570a655878b 100644
--- a/dev-db/sqlite/sqlite-9999.ebuild
+++ b/dev-db/sqlite/sqlite-9999.ebuild
@@ -314,18 +314,6 @@ multilib_src_configure() {
else
append-cflags -ffloat-store
fi
-
- # Skip known-broken test for now
- # https://sqlite.org/forum/forumpost/d97caf168f
- # https://sqlite.org/forum/forumpost/50f136d91d
- # Quoting Fedora's spec:
- # "The atof test is failing on the i686 architecture, when binary configured with
- # --enable-rtree option. Failing part is text->real conversion and
- # text->real->text conversion in lower significant values after decimal point in a number.
- # func4 tests fail for i686 on float<->int conversions."
- if use test ; then
- rm test/atof1.test test/func4.test || die
- fi
fi
econf "${options[@]}"