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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0606415808B for ; Fri, 15 Apr 2022 19:17:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 437F8E0967; Fri, 15 Apr 2022 19:17:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AF4EE0967 for ; Fri, 15 Apr 2022 19:17:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21B65341FEA for ; Fri, 15 Apr 2022 19:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6644D250 for ; Fri, 15 Apr 2022 19:17:27 +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: <1650050231.6dfa4eb69ce5871fba1604a39c30ee18c5d9ddee.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libquotient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libquotient/libquotient-0.6.11-r1.ebuild net-libs/libquotient/libquotient-0.6.11.ebuild X-VCS-Directories: net-libs/libquotient/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6dfa4eb69ce5871fba1604a39c30ee18c5d9ddee X-VCS-Branch: master Date: Fri, 15 Apr 2022 19:17:27 +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: 1b2544b5-41c2-4083-bf2c-987b3bd15b0d X-Archives-Hash: 3ea31f11fa876b00767cb2dc6c8c914f commit: 6dfa4eb69ce5871fba1604a39c30ee18c5d9ddee Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 15 19:16:50 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 15 19:17:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfa4eb6 net-libs/libquotient: Add missing dev-qt/qtnetwork[ssl] usedep Closes: https://bugs.gentoo.org/837803 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{libquotient-0.6.11.ebuild => libquotient-0.6.11-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libquotient/libquotient-0.6.11.ebuild b/net-libs/libquotient/libquotient-0.6.11-r1.ebuild similarity index 92% rename from net-libs/libquotient/libquotient-0.6.11.ebuild rename to net-libs/libquotient/libquotient-0.6.11-r1.ebuild index f18a7ff72943..1f6f903b7c65 100644 --- a/net-libs/libquotient/libquotient-0.6.11.ebuild +++ b/net-libs/libquotient/libquotient-0.6.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ DEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 - dev-qt/qtnetwork:5 + dev-qt/qtnetwork:5[ssl] " RDEPEND="${DEPEND}"