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 C55E915800D for ; Sat, 1 Jul 2023 18:15:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05436E0897; Sat, 1 Jul 2023 18:15:07 +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 E4794E0897 for ; Sat, 1 Jul 2023 18:15:06 +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 A98DC340688 for ; Sat, 1 Jul 2023 18:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70A29ADB for ; Sat, 1 Jul 2023 18:15:02 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1688231796.22de6ed5dc81df3678f3eb1da3a3dff3dbd5fcb2.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/nheko/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/nheko/nheko-0.11.3.ebuild net-im/nheko/nheko-9999.ebuild X-VCS-Directories: net-im/nheko/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 22de6ed5dc81df3678f3eb1da3a3dff3dbd5fcb2 X-VCS-Branch: master Date: Sat, 1 Jul 2023 18:15:02 +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: cd40079d-ac74-4374-84b5-1eb77e61c9a9 X-Archives-Hash: 49fac160b29c1d309bd257fa6fc42ee5 commit: 22de6ed5dc81df3678f3eb1da3a3dff3dbd5fcb2 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Jul 1 17:16:29 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sat Jul 1 17:16:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22de6ed5 net-im/nheko: change optfeature usedep Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-im/nheko/nheko-0.11.3.ebuild | 2 +- net-im/nheko/nheko-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/nheko/nheko-0.11.3.ebuild b/net-im/nheko/nheko-0.11.3.ebuild index 95c05cfa1..66b6ef0e2 100644 --- a/net-im/nheko/nheko-0.11.3.ebuild +++ b/net-im/nheko/nheko-0.11.3.ebuild @@ -92,7 +92,7 @@ pkg_postinst() { optfeature "audio & video file playback support" \ "media-plugins/gst-plugins-meta[ffmpeg]" optfeature "secrets storage support other than kwallet (for example gnome-keyring or keepassxc)" \ - "dev-libs/qtkeychain[gnome-keyring]" + "dev-libs/qtkeychain[keyring]" optfeature "additional, less common, image format support" \ "kde-frameworks/kimageformats" diff --git a/net-im/nheko/nheko-9999.ebuild b/net-im/nheko/nheko-9999.ebuild index fdf0f1a2b..7ab489fa8 100644 --- a/net-im/nheko/nheko-9999.ebuild +++ b/net-im/nheko/nheko-9999.ebuild @@ -123,7 +123,7 @@ pkg_postinst() { optfeature "audio & video file playback support" \ "media-plugins/gst-plugins-meta[ffmpeg]" optfeature "secrets storage support other than kwallet (for example gnome-keyring or keepassxc)" \ - "dev-libs/qtkeychain[gnome-keyring]" + "dev-libs/qtkeychain[keyring]" optfeature "additional, less common, image format support" \ "kde-frameworks/kimageformats:6"