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 34D79158083 for ; Sat, 7 Sep 2024 10:28:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83C8DE29E2; Sat, 7 Sep 2024 10:28:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 70901E29E2 for ; Sat, 7 Sep 2024 10:28:05 +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 BB626342FAE for ; Sat, 7 Sep 2024 10:28:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EA0614D3 for ; Sat, 7 Sep 2024 10:28:03 +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: <1725704498.d4f5dd7b5ec80e591f9305c9b1bd114fe1678ee7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kwallet/kwallet-6.6.0.ebuild kde-frameworks/kwallet/kwallet-9999.ebuild X-VCS-Directories: kde-frameworks/kwallet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d4f5dd7b5ec80e591f9305c9b1bd114fe1678ee7 X-VCS-Branch: master Date: Sat, 7 Sep 2024 10:28:03 +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: 7e5afa29-f215-464e-872f-41828ff30d3e X-Archives-Hash: a3528f0763bdc4c20ecc39f80beb4c4b commit: d4f5dd7b5ec80e591f9305c9b1bd114fe1678ee7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 3 17:31:13 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 7 10:21:38 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4f5dd7b kde-frameworks/kwallet: Drop pointless slot pinning from optfeature Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwallet/kwallet-6.6.0.ebuild | 4 ++-- kde-frameworks/kwallet/kwallet-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-frameworks/kwallet/kwallet-6.6.0.ebuild b/kde-frameworks/kwallet/kwallet-6.6.0.ebuild index e6425e528f..88398dda0f 100644 --- a/kde-frameworks/kwallet/kwallet-6.6.0.ebuild +++ b/kde-frameworks/kwallet/kwallet-6.6.0.ebuild @@ -44,8 +44,8 @@ src_configure() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "Auto-unlocking after account login" "kde-plasma/kwallet-pam:6" - optfeature "KWallet management" "kde-apps/kwalletmanager:6" + optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam" + optfeature "KWallet management" "kde-apps/kwalletmanager" elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet" fi ecm_pkg_postinst diff --git a/kde-frameworks/kwallet/kwallet-9999.ebuild b/kde-frameworks/kwallet/kwallet-9999.ebuild index 0ffc5378a9..c2b70b54c6 100644 --- a/kde-frameworks/kwallet/kwallet-9999.ebuild +++ b/kde-frameworks/kwallet/kwallet-9999.ebuild @@ -44,8 +44,8 @@ src_configure() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "Auto-unlocking after account login" "kde-plasma/kwallet-pam:6" - optfeature "KWallet management" "kde-apps/kwalletmanager:6" + optfeature "Auto-unlocking after Plasma login" "kde-plasma/kwallet-pam" + optfeature "KWallet management" "kde-apps/kwalletmanager" elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet" fi ecm_pkg_postinst