From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 2E622158B20 for ; Sun, 02 Feb 2025 22:47:04 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1AFAF33BE19 for ; Sun, 02 Feb 2025 22:47:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EA0CB110473; Sun, 02 Feb 2025 22:46:52 +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 bobolink.gentoo.org (Postfix) with ESMTPS id E0CDC110473 for ; Sun, 02 Feb 2025 22:46:52 +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 9371834133B for ; Sun, 02 Feb 2025 22:46:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22A18255B for ; Sun, 02 Feb 2025 22:46:51 +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: <1738536388.08459c08043c118e71c4b15fa972d456a267df94.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-6.10.0.ebuild X-VCS-Directories: kde-frameworks/kwallet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 08459c08043c118e71c4b15fa972d456a267df94 X-VCS-Branch: master Date: Sun, 02 Feb 2025 22:46:51 +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: 36f2480f-601a-4356-88b6-7222958cff6e X-Archives-Hash: cfb90d571e7546716deb98fe19e9364d commit: 08459c08043c118e71c4b15fa972d456a267df94 Author: Alfred Wingate protonmail com> AuthorDate: Sun Feb 2 07:32:12 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 2 22:46:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08459c08 kde-frameworks/kwallet: drop no-op ecm_pkg_postinst In Frameworks packages, KFMIN is derived from PV, which means for >=6.9.0, pkg_setup/pkg_postinst/pkg_postrm phase functions are no longer exported. Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwallet/kwallet-6.10.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-frameworks/kwallet/kwallet-6.10.0.ebuild b/kde-frameworks/kwallet/kwallet-6.10.0.ebuild index 29b2023ab07e..4c659decdbc4 100644 --- a/kde-frameworks/kwallet/kwallet-6.10.0.ebuild +++ b/kde-frameworks/kwallet/kwallet-6.10.0.ebuild @@ -49,5 +49,4 @@ pkg_postinst() { optfeature "KWallet management" "kde-apps/kwalletmanager" elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet" fi - ecm_pkg_postinst }