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 CD5E2159C9B for ; Fri, 9 Aug 2024 12:46:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 963292BC0DA; Fri, 9 Aug 2024 12:46:20 +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 77AAE2BC0D8 for ; Fri, 9 Aug 2024 12:46:20 +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 9291D33C84E for ; Fri, 9 Aug 2024 12:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B5D71ECF for ; Fri, 9 Aug 2024 12:46:16 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1723190466.ae0c91ebe6db272826a1650dc5f81b61042531ee.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/corectrl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/corectrl/corectrl-1.4.1.ebuild app-misc/corectrl/corectrl-9999.ebuild X-VCS-Directories: app-misc/corectrl/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: ae0c91ebe6db272826a1650dc5f81b61042531ee X-VCS-Branch: master Date: Fri, 9 Aug 2024 12:46:16 +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: e1d2bdc1-a1b8-402b-8337-6a11974199c9 X-Archives-Hash: 05ab53e95b03006bf408410d9deca8f6 commit: ae0c91ebe6db272826a1650dc5f81b61042531ee Author: Kostadin Shishmanov tutanota com> AuthorDate: Fri Aug 9 07:53:44 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Aug 9 08:01:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae0c91eb app-misc/corectrl: add dev-libs/libfmt as RDEPEND Closes: https://bugs.gentoo.org/937254 Signed-off-by: Kostadin Shishmanov tutanota.com> app-misc/corectrl/corectrl-1.4.1.ebuild | 1 + app-misc/corectrl/corectrl-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-misc/corectrl/corectrl-1.4.1.ebuild b/app-misc/corectrl/corectrl-1.4.1.ebuild index 39f66bbe3..7cfaadac2 100644 --- a/app-misc/corectrl/corectrl-1.4.1.ebuild +++ b/app-misc/corectrl/corectrl-1.4.1.ebuild @@ -49,6 +49,7 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} dev-libs/glib + dev-libs/libfmt dev-qt/qtquickcontrols2 " diff --git a/app-misc/corectrl/corectrl-9999.ebuild b/app-misc/corectrl/corectrl-9999.ebuild index 39f66bbe3..7cfaadac2 100644 --- a/app-misc/corectrl/corectrl-9999.ebuild +++ b/app-misc/corectrl/corectrl-9999.ebuild @@ -49,6 +49,7 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} dev-libs/glib + dev-libs/libfmt dev-qt/qtquickcontrols2 "