Skip to content

Commit

Permalink
kde-frameworks/*: drop no-op ecm_pkg_postinst
Browse files Browse the repository at this point in the history
In Frameworks packages, KFMIN is derived from PV, which means for >=6.9.0,
pkg_postinst phase function is no longer exported.

Amends c076665

Signed-off-by: Alfred Wingate <[email protected]>
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
parona-source authored and a17r committed Feb 2, 2025
1 parent 47018bc commit ac0b6a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ pkg_postinst() {
optfeature "Microsoft Word/Powerpoint file indexing" app-text/catdoc
optfeature "Microsoft Excel file indexing" dev-libs/libxls
fi
ecm_pkg_postinst
}
3 changes: 1 addition & 2 deletions kde-frameworks/kwallet/kwallet-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -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
}
3 changes: 1 addition & 2 deletions kde-frameworks/solid/solid-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand Down Expand Up @@ -44,5 +44,4 @@ pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
optfeature "media player devices support" app-misc/media-player-info
fi
ecm_pkg_postinst
}

0 comments on commit ac0b6a3

Please sign in to comment.