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 4405B15ACFC for ; Thu, 4 May 2023 13:11:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C7D7E0900; Thu, 4 May 2023 13:11:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62565E0900 for ; Thu, 4 May 2023 13:11:38 +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 912443414D3 for ; Thu, 4 May 2023 13:11:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFB37A57 for ; Thu, 4 May 2023 13:11:35 +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: <1683205884.8e428ff110588c4e351dcfc0dd2f7557c348ace2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-text/kbibtex/ X-VCS-Repository: proj/kde X-VCS-Files: app-text/kbibtex/kbibtex-9999.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8e428ff110588c4e351dcfc0dd2f7557c348ace2 X-VCS-Branch: master Date: Thu, 4 May 2023 13:11: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: a73279b4-9f85-482b-bc1c-6096c67ea455 X-Archives-Hash: 17997ca9859156d5f9b1ac03b7843313 commit: 8e428ff110588c4e351dcfc0dd2f7557c348ace2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 3 10:52:29 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 4 13:11:24 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e428ff1 app-text/kbibtex: dev-qt/qtconcurrent is DEPEND-only Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/kbibtex/kbibtex-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild index c7c39e4cae..997a4aefe6 100644 --- a/app-text/kbibtex/kbibtex-9999.ebuild +++ b/app-text/kbibtex/kbibtex-9999.ebuild @@ -24,10 +24,9 @@ IUSE="webengine" RESTRICT="test" -DEPEND=" +COMMON_DEPEND=" app-text/poppler[qt5] dev-libs/icu:= - >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 @@ -55,9 +54,12 @@ DEPEND=" virtual/tex-base webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] ) " -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} dev-tex/bibtex2html " +DEPEND="${COMMON_DEPEND} + >=dev-qt/qtconcurrent-${QTMIN}:5 +" src_configure() { local mycmakeargs=(