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 933FA1396D0 for ; Sat, 12 Aug 2017 14:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 079931FC03E; Sat, 12 Aug 2017 14:41:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DE4561FC03E for ; Sat, 12 Aug 2017 14:41:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D72823417EB for ; Sat, 12 Aug 2017 14:41:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 548E876A9 for ; Sat, 12 Aug 2017 14:41:48 +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: <1502548859.6787c3c2dbb8cd97b6d03a83fe20f929b6472ef2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/dooble/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/dooble/dooble-1.56c.ebuild X-VCS-Directories: www-client/dooble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6787c3c2dbb8cd97b6d03a83fe20f929b6472ef2 X-VCS-Branch: master Date: Sat, 12 Aug 2017 14:41:48 +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: 110d5e90-c079-4c7e-a993-c7c36112e272 X-Archives-Hash: 9d54747d6c8a52745e02f8de209a46a8 commit: 6787c3c2dbb8cd97b6d03a83fe20f929b6472ef2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 4 18:00:55 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 12 14:40:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6787c3c2 www-client/dooble: Drop USE=qt4 Build with Qt5 unconditionally. Package-Manager: Portage-2.3.6, Repoman-2.3.1 www-client/dooble/dooble-1.56c.ebuild | 37 +++++++++++++++-------------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/www-client/dooble/dooble-1.56c.ebuild b/www-client/dooble/dooble-1.56c.ebuild index 832509c1122..c97bffc1d07 100644 --- a/www-client/dooble/dooble-1.56c.ebuild +++ b/www-client/dooble/dooble-1.56c.ebuild @@ -13,29 +13,24 @@ ${P}.tar.gz" LICENSE="BSD GPL-3 LGPL-2.1" SLOT="0" KEYWORDS="~amd64" -IUSE="qt4" -DEPEND="dev-db/sqlite:3 +IUSE="" + +RDEPEND=" + dev-db/sqlite:3 dev-libs/libgcrypt:0 dev-libs/libgpg-error - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtsql:4 - dev-qt/qtwebkit:4 - ) - !qt4? ( - dev-qt/linguist-tools:5 - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsql:5 - dev-qt/qtwebkit:5 - dev-qt/qtxml:5 - ) + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtprintsupport:5 + dev-qt/qtsql:5 + dev-qt/qtwebkit:5 + dev-qt/qtxml:5 +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 " -RDEPEND="${DEPEND}" S="${WORKDIR}/dooble.d/Version 1.x/" @@ -63,7 +58,7 @@ src_prepare() { } src_configure() { - use qt4 && eqmake4 dooble.pro || eqmake5 dooble.qt5.pro + eqmake5 dooble.qt5.pro } src_install() {