commit: 08459c08043c118e71c4b15fa972d456a267df94 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Feb 2 07:32:12 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <parona <AT> protonmail.com> Signed-off-by: Andreas Sturmlechner <asturm <AT> 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 }