From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 209D9138334 for ; Thu, 20 Jun 2019 10:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38514E0918; Thu, 20 Jun 2019 10:45:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11786E0918 for ; Thu, 20 Jun 2019 10:45:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAADA346546 for ; Thu, 20 Jun 2019 10:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D3A8617 for ; Thu, 20 Jun 2019 10:45:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1561015542.0ed8485dc96a08c84931cb139fc83d2b9a6ef199.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/skrooge/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/skrooge/skrooge-9999.ebuild X-VCS-Directories: app-office/skrooge/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0ed8485dc96a08c84931cb139fc83d2b9a6ef199 X-VCS-Branch: master Date: Thu, 20 Jun 2019 10:45:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 57c560d0-c6f5-4fff-afb3-5b9aac3f9a32 X-Archives-Hash: 038ee66ccae7e2ae3ef6665bedbc1f6a commit: 0ed8485dc96a08c84931cb139fc83d2b9a6ef199 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 20 07:25:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 20 07:25:42 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0ed8485d app-office/skrooge: Add dev-qt/qtsql slot op for private header use Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/skrooge/skrooge-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/skrooge/skrooge-9999.ebuild b/app-office/skrooge/skrooge-9999.ebuild index 88acf80c96..234d43d073 100644 --- a/app-office/skrooge/skrooge-9999.ebuild +++ b/app-office/skrooge/skrooge-9999.ebuild @@ -49,7 +49,7 @@ COMMON_DEPEND=" $(add_qt_dep qtnetwork) $(add_qt_dep qtprintsupport) $(add_qt_dep qtscript) - $(add_qt_dep qtsql) + $(add_qt_dep qtsql '' '' '5=') $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml)