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 B892E138334 for ; Fri, 27 Dec 2019 21:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 048F1E0AE2; Fri, 27 Dec 2019 21:28:38 +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 DC0F2E0AE2 for ; Fri, 27 Dec 2019 21:28:37 +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 0215A34DC14 for ; Fri, 27 Dec 2019 21:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7055634 for ; Fri, 27 Dec 2019 21:28:35 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1577482097.674e344ecf2afb2cf1e4bc2372402fd42eb5759d.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/rbutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/rbutil/rbutil-1.4.1.ebuild X-VCS-Directories: app-misc/rbutil/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 674e344ecf2afb2cf1e4bc2372402fd42eb5759d X-VCS-Branch: master Date: Fri, 27 Dec 2019 21:28:35 +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: b1ca0bc5-6e9d-431f-b865-9bd543eb21c0 X-Archives-Hash: b576dd38268293297a66e50ab47888cc commit: 674e344ecf2afb2cf1e4bc2372402fd42eb5759d Author: James Le Cuirot gentoo org> AuthorDate: Fri Dec 27 21:26:54 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Dec 27 21:28:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674e344e app-misc/rbutil: Drop unnecessary subslot Qt operators It doesn't look like any private parts of the API are being used. Closes: https://bugs.gentoo.org/703392 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: James Le Cuirot gentoo.org> app-misc/rbutil/rbutil-1.4.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/rbutil/rbutil-1.4.1.ebuild b/app-misc/rbutil/rbutil-1.4.1.ebuild index 88610ad3d9b..2478bc80799 100644 --- a/app-misc/rbutil/rbutil-1.4.1.ebuild +++ b/app-misc/rbutil/rbutil-1.4.1.ebuild @@ -16,10 +16,10 @@ IUSE="debug" RDEPEND=" dev-libs/crypto++:= dev-libs/quazip - dev-qt/qtcore:5= - dev-qt/qtgui:5= - dev-qt/qtnetwork:5= - dev-qt/qtwidgets:5= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 media-libs/speex media-libs/speexdsp virtual/libusb:1