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 76A28158020 for ; Fri, 23 Dec 2022 05:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7068FE07D0; Fri, 23 Dec 2022 05:41:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 529F9E07D0 for ; Fri, 23 Dec 2022 05:41:36 +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 3C18C3412B8 for ; Fri, 23 Dec 2022 05:41:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6520D77C for ; Fri, 23 Dec 2022 05:41:33 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1671774078.8a1c667ffee2997246cf59c5795a9e10451ca10b.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/crqt-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/crqt-ng/crqt-ng-1.0.2.ebuild X-VCS-Directories: app-text/crqt-ng/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 8a1c667ffee2997246cf59c5795a9e10451ca10b X-VCS-Branch: master Date: Fri, 23 Dec 2022 05:41: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: a19e30a9-109e-48e6-a4af-580c08df55d2 X-Archives-Hash: 96a13779ff07aff077774421d88fa0ec commit: 8a1c667ffee2997246cf59c5795a9e10451ca10b Author: Andrey Grozin gentoo org> AuthorDate: Fri Dec 23 05:41:18 2022 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Fri Dec 23 05:41:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1c667f app-text/crqt-ng: bug fix Signed-off-by: Andrey Grozin gentoo.org> app-text/crqt-ng/crqt-ng-1.0.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/crqt-ng/crqt-ng-1.0.2.ebuild b/app-text/crqt-ng/crqt-ng-1.0.2.ebuild index 107e93f22c54..ecb531fad955 100644 --- a/app-text/crqt-ng/crqt-ng-1.0.2.ebuild +++ b/app-text/crqt-ng/crqt-ng-1.0.2.ebuild @@ -19,6 +19,7 @@ CDEPEND="app-text/crengine-ng[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribi dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5" +RDEPEND="${CDEPEND}" BDEPEND="${CDEPEND} dev-qt/linguist-tools:5"