From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BE118138CC5 for ; Thu, 26 Mar 2015 01:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53C17E0883; Thu, 26 Mar 2015 01:49:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFB71E0883 for ; Thu, 26 Mar 2015 01:49:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18D4A33FE13 for ; Thu, 26 Mar 2015 01:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A98D8148B2 for ; Thu, 26 Mar 2015 01:49:15 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1427334070.ab914bf6535bee60664f9decdf1729cc198d1546.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtsql/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtsql/qtsql-5.5.9999.ebuild dev-qt/qtsql/qtsql-5.9999.ebuild X-VCS-Directories: dev-qt/qtsql/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: ab914bf6535bee60664f9decdf1729cc198d1546 X-VCS-Branch: master Date: Thu, 26 Mar 2015 01:49:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 45491d9a-0d2b-4798-a451-79498ecdab77 X-Archives-Hash: 8971b226c6be7c1afc596166627601db commit: ab914bf6535bee60664f9decdf1729cc198d1546 Author: Davide Pesavento gentoo org> AuthorDate: Thu Mar 26 01:41:10 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Mar 26 01:41:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ab914bf6 [dev-qt/qtsql:5] Raise sqlite dep based on the bundled copy version. Package-Manager: portage-2.2.18 dev-qt/qtsql/qtsql-5.5.9999.ebuild | 2 +- dev-qt/qtsql/qtsql-5.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtsql/qtsql-5.5.9999.ebuild b/dev-qt/qtsql/qtsql-5.5.9999.ebuild index 3061e4f..cd4d55d 100644 --- a/dev-qt/qtsql/qtsql-5.5.9999.ebuild +++ b/dev-qt/qtsql/qtsql-5.5.9999.ebuild @@ -29,7 +29,7 @@ DEPEND=" oci8? ( dev-db/oracle-instantclient-basic ) odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) ) postgres? ( dev-db/postgresql:* ) - sqlite? ( dev-db/sqlite:3 ) + sqlite? ( >=dev-db/sqlite-3.8.8.2:3 ) " RDEPEND="${DEPEND}" diff --git a/dev-qt/qtsql/qtsql-5.9999.ebuild b/dev-qt/qtsql/qtsql-5.9999.ebuild index 3061e4f..cd4d55d 100644 --- a/dev-qt/qtsql/qtsql-5.9999.ebuild +++ b/dev-qt/qtsql/qtsql-5.9999.ebuild @@ -29,7 +29,7 @@ DEPEND=" oci8? ( dev-db/oracle-instantclient-basic ) odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) ) postgres? ( dev-db/postgresql:* ) - sqlite? ( dev-db/sqlite:3 ) + sqlite? ( >=dev-db/sqlite-3.8.8.2:3 ) " RDEPEND="${DEPEND}"