From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SKpRi-0006Zr-DK for garchives@archives.gentoo.org; Thu, 19 Apr 2012 11:22:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD07DE0845; Thu, 19 Apr 2012 11:22:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 98CA9E0845 for ; Thu, 19 Apr 2012 11:22:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E6701B4035 for ; Thu, 19 Apr 2012 11:22:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D6147E5403 for ; Thu, 19 Apr 2012 11:22:26 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1334834492.62665654cea64e32eb22cc8d211e61fe54bcc363.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: mail-client/imapquickcheck/ X-VCS-Repository: proj/qt X-VCS-Files: mail-client/imapquickcheck/imapquickcheck-1.3.ebuild X-VCS-Directories: mail-client/imapquickcheck/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 62665654cea64e32eb22cc8d211e61fe54bcc363 X-VCS-Branch: master Date: Thu, 19 Apr 2012 11:22:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e8681c58-ff46-4715-b8da-cdaf0c19be6d X-Archives-Hash: a966c5c218280046c119b9121fd73e9b commit: 62665654cea64e32eb22cc8d211e61fe54bcc363 Author: Michael Palimaka astralcloak net> AuthorDate: Thu Apr 19 11:21:32 2012 +0000 Commit: Michael Palimaka astralcloak net> CommitDate: Thu Apr 19 11:21:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D62665654 [mail-client/imapquickcheck] Fix dependencies, thanks to Jim Pool gmail.com>. Fixes bug #412477. (Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit) --- .../imapquickcheck/imapquickcheck-1.3.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/imapquickcheck/imapquickcheck-1.3.ebuild b/mail-= client/imapquickcheck/imapquickcheck-1.3.ebuild index d9ad36f..5fd895a 100644 --- a/mail-client/imapquickcheck/imapquickcheck-1.3.ebuild +++ b/mail-client/imapquickcheck/imapquickcheck-1.3.ebuild @@ -21,9 +21,9 @@ IUSE=3D"debug" =20 DEPEND=3D"x11-libs/qt-core:4 x11-libs/qt-gui:4 - x11-libs/qt-sql:4" + x11-libs/qt-sql:4[sqlite]" RDEPEND=3D"${DEPEND} - dev-python/pysqlite:2" + dev-lang/python[sqlite]" =20 src_prepare() { epatch "${FILESDIR}"/${P}-desktopfile.patch