From a035e90844b119c2622166da8f576b023a2eabc5 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 9 Apr 2013 18:05:35 +0000 Subject: [PATCH] sqlite: Relax compat version from 3.7 to 3 The subversion requires is >= 3.4, so things didn't quite fit before. --- dev-db/sqlite/sqlite-3.7.5.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-db/sqlite/sqlite-3.7.5.recipe b/dev-db/sqlite/sqlite-3.7.5.recipe index bdf72b3a0..223e6b399 100644 --- a/dev-db/sqlite/sqlite-3.7.5.recipe +++ b/dev-db/sqlite/sqlite-3.7.5.recipe @@ -3,13 +3,13 @@ DESCRIPTION="SQLite is a software library that implements a self-contained, serv HOMEPAGE="http://www.sqlite.org/" SRC_URI="http://www.sqlite.org/sqlite-autoconf-3070500.tar.gz" CHECKSUM_MD5="a9604a82613ade2e7f4c303f233e477f" -REVISION="2" +REVISION="3" ARCHITECTURES="x86_gcc2 ?x86" -PROVIDES="sqlite = $portVersion compat >= 3.7 - cmd:sqlite3 = $portVersion compat >= 3.7 - lib:libsqlite = $portVersion compat >= 3.7 - lib:libsqlite3 = $portVersion compat >= 3.7" +PROVIDES="sqlite = $portVersion compat >= 3 + cmd:sqlite3 = $portVersion compat >= 3 + lib:libsqlite = $portVersion compat >= 3 + lib:libsqlite3 = $portVersion compat >= 3" REQUIRES="haiku >= $haikuVersion" BUILD_REQUIRES="cmd:aclocal cmd:autoconf