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 AEBC2158094 for ; Mon, 8 Aug 2022 09:40:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC612E0BFD; Mon, 8 Aug 2022 09:40:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 56BC6E0BFD for ; Mon, 8 Aug 2022 09:40:37 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50939340EFB for ; Mon, 8 Aug 2022 09:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81046571 for ; Mon, 8 Aug 2022 09:40:33 +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: <1659951619.e0044442a62a5f2cdb162fed7ee117f55ff62e1c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/eiskaltdcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild X-VCS-Directories: net-p2p/eiskaltdcpp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e0044442a62a5f2cdb162fed7ee117f55ff62e1c X-VCS-Branch: master Date: Mon, 8 Aug 2022 09:40:33 +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: 600a7322-8fd2-47b5-8fe7-dc6931553580 X-Archives-Hash: 5cb21d0dc553c8faf1d81aa9e748f771 commit: e0044442a62a5f2cdb162fed7ee117f55ff62e1c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 25 18:16:05 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 8 09:40:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0044442 net-p2p/eiskaltdcpp: Move dev-qt/linguist-tools:5 to BDEPEND Bug: https://bugs.gentoo.org/544938 Signed-off-by: Andreas Sturmlechner gentoo.org> net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild | 9 +++------ net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild index 355264d134ad..a17d55bd6c39 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild @@ -48,9 +48,7 @@ RDEPEND=" virtual/perl-Getopt-Long dev-perl/JSON-RPC ) - daemon? ( - dev-libs/jsoncpp:= - ) + daemon? ( dev-libs/jsoncpp:= ) gtk? ( dev-libs/glib:2 x11-libs/gtk+:3 @@ -80,12 +78,11 @@ RDEPEND=" ) upnp? ( net-libs/miniupnpc ) " +DEPEND="${RDEPEND}" BDEPEND=" - gold? ( sys-devel/binutils[gold] ) -" -DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig + gold? ( sys-devel/binutils[gold] ) qt5? ( dev-qt/linguist-tools:5 ) " diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild index c27953956943..e58477030d47 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild @@ -48,9 +48,7 @@ RDEPEND=" virtual/perl-Getopt-Long dev-perl/JSON-RPC ) - daemon? ( - dev-libs/jsoncpp:= - ) + daemon? ( dev-libs/jsoncpp:= ) gtk? ( dev-libs/glib:2 x11-libs/gtk+:3 @@ -80,13 +78,12 @@ RDEPEND=" ) upnp? ( net-libs/miniupnpc ) " +DEPEND="${RDEPEND}" BDEPEND=" - gold? ( sys-devel/binutils[gold] ) -" -DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig qt5? ( dev-qt/linguist-tools:5 ) + gold? ( sys-devel/binutils[gold] ) " DOCS=( AUTHORS ChangeLog.txt )