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 D1FEB59CA3 for ; Fri, 19 Feb 2016 09:44:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5167E21C0E4; Fri, 19 Feb 2016 09:44:50 +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 92B5221C0E4 for ; Fri, 19 Feb 2016 09:44:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D503C340DDE for ; Fri, 19 Feb 2016 09:44:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 865488F5 for ; Fri, 19 Feb 2016 09:44:45 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1455875075.f9b0f8ffaf1f1582d6f51c34e394ac39da88bb07.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/quiterss/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/quiterss/quiterss-9999.ebuild X-VCS-Directories: net-news/quiterss/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f9b0f8ffaf1f1582d6f51c34e394ac39da88bb07 X-VCS-Branch: master Date: Fri, 19 Feb 2016 09:44:45 +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: 9c064646-eff1-4d6f-a612-6997f02cfc14 X-Archives-Hash: c53caa83a4297dd7782b74a46ddd51da commit: f9b0f8ffaf1f1582d6f51c34e394ac39da88bb07 Author: Michael Palimaka gentoo org> AuthorDate: Fri Feb 19 09:39:28 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Feb 19 09:44:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b0f8ff net-news/quiterss: raise dev-db/sqlite dependency As per upstream ChangeLog for 0.18.3. Package-Manager: portage-2.2.27 net-news/quiterss/quiterss-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-news/quiterss/quiterss-9999.ebuild b/net-news/quiterss/quiterss-9999.ebuild index 0554f11..8ceab32 100644 --- a/net-news/quiterss/quiterss-9999.ebuild +++ b/net-news/quiterss/quiterss-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ SLOT="0" IUSE="debug phonon +qt4 qt5" REQUIRED_USE="^^ ( qt4 qt5 )" -RDEPEND="dev-db/sqlite:3 +RDEPEND=">=dev-db/sqlite-3.10.0:3 dev-qt/qtsingleapplication[X,qt4(+)?,qt5(-)?] qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4