From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1667420-garchives=archives.gentoo.org@lists.gentoo.org>
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 A7D02158066
	for <garchives@archives.gentoo.org>; Wed,  4 Sep 2024 06:58:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2B5C2E29C0;
	Wed,  4 Sep 2024 06:58:57 +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 0EA12E29C0
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Sep 2024 06:58:57 +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 1A9BF34309E
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Sep 2024 06:58:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 56EF31F25
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Sep 2024 06:58:54 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1725432935.c9e081a3612efa1efebf718c4181277ddcc7e6c4.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwallet/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-frameworks/kwallet/kwallet-5.116.0-r1.ebuild kde-frameworks/kwallet/kwallet-5.116.0.ebuild kde-frameworks/kwallet/kwallet-6.5.0.ebuild
X-VCS-Directories: kde-frameworks/kwallet/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: c9e081a3612efa1efebf718c4181277ddcc7e6c4
X-VCS-Branch: master
Date: Wed,  4 Sep 2024 06:58:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6cbf2438-584e-47d4-bfe5-17558d18d18f
X-Archives-Hash: 69efcd066792ff021c93544da49b3250

commit:     c9e081a3612efa1efebf718c4181277ddcc7e6c4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 17:31:13 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  4 06:55:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e081a3

kde-frameworks/kwallet: Drop pointless slot pinning from optfeature

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/kwallet/kwallet-5.116.0-r1.ebuild | 4 ++--
 kde-frameworks/kwallet/kwallet-5.116.0.ebuild    | 4 ++--
 kde-frameworks/kwallet/kwallet-6.5.0.ebuild      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-frameworks/kwallet/kwallet-5.116.0-r1.ebuild b/kde-frameworks/kwallet/kwallet-5.116.0-r1.ebuild
index 55bb6df3b0e4..c5e90ca90f32 100644
--- a/kde-frameworks/kwallet/kwallet-5.116.0-r1.ebuild
+++ b/kde-frameworks/kwallet/kwallet-5.116.0-r1.ebuild
@@ -52,8 +52,8 @@ src_configure() {
 
 pkg_postinst() {
 	if [[ -z "${REPLACING_VERSIONS}" ]]; then
-		optfeature "Auto-unlocking after account login" "kde-plasma/kwallet-pam:5"
-		optfeature "KWallet management" "kde-apps/kwalletmanager:5"
+		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-5.116.0.ebuild b/kde-frameworks/kwallet/kwallet-5.116.0.ebuild
index 02dd26354ef1..27b5ef66b083 100644
--- a/kde-frameworks/kwallet/kwallet-5.116.0.ebuild
+++ b/kde-frameworks/kwallet/kwallet-5.116.0.ebuild
@@ -52,8 +52,8 @@ src_configure() {
 
 pkg_postinst() {
 	if [[ -z "${REPLACING_VERSIONS}" ]]; then
-		optfeature "Auto-unlocking after account login" "kde-plasma/kwallet-pam:5"
-		optfeature "KWallet management" "kde-apps/kwalletmanager:5"
+		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-6.5.0.ebuild b/kde-frameworks/kwallet/kwallet-6.5.0.ebuild
index 6a94d819474f..005a05f2e2a1 100644
--- a/kde-frameworks/kwallet/kwallet-6.5.0.ebuild
+++ b/kde-frameworks/kwallet/kwallet-6.5.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