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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E1AA159C9B for ; Sat, 10 Aug 2024 07:29:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59F56E2A09; Sat, 10 Aug 2024 07:29:38 +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 3A704E2A08 for ; Sat, 10 Aug 2024 07:29: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 560FD3430C1 for ; Sat, 10 Aug 2024 07:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2E60E6F for ; Sat, 10 Aug 2024 07:29: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: <1723274931.ff8765b50eda00cf97a31d38da610379d9e54aa0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kcharselect/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kcharselect/kcharselect-9999.ebuild X-VCS-Directories: kde-apps/kcharselect/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ff8765b50eda00cf97a31d38da610379d9e54aa0 X-VCS-Branch: master Date: Sat, 10 Aug 2024 07:29: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: d81bec2e-fd0e-4ad9-bcd5-8be0b21a4778 X-Archives-Hash: 88739c36470927d5f71e129421c09de0 commit: ff8765b50eda00cf97a31d38da610379d9e54aa0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 10 07:18:25 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 10 07:28:51 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff8765b5 kde-apps/kcharselect: Add new dependency Upstream commit 447c922aa6475363072ad9222cbc1653dbc0b633 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcharselect/kcharselect-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kcharselect/kcharselect-9999.ebuild b/kde-apps/kcharselect/kcharselect-9999.ebuild index c0d22a7e95..b07e0d05a7 100644 --- a/kde-apps/kcharselect/kcharselect-9999.ebuild +++ b/kde-apps/kcharselect/kcharselect-9999.ebuild @@ -24,6 +24,7 @@ DEPEND=" >=kde-frameworks/kcoreaddons-${KFMIN}:6 >=kde-frameworks/kcrash-${KFMIN}:6 >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kiconthemes-${KFMIN}:6 >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/kxmlgui-${KFMIN}:6 "