media-sound/cmusfm: use correct readme.gentoo-r1 function

The function readme.gentoo_pkg_postinst was removed in the first revision of
the readme.gentoo eclass [b7a859392b35 ("eclass/readme.gentoo-r1.eclass:
introduce this revision for adding eapi6 support and explain the people the
changes regarding it stopping to export phase functions (#520094#c6)")], but
this change wasn't reflected in the package when it was switched to it [1].

Fixes: 1b7e927fd05e ("media-sound/cmusfm: version bump to 0.3.1") [1]
Closes: https://bugs.gentoo.org/926632
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk 2025-10-15 11:15:02 +02:00
parent 4de58a98f7
commit fff3e69e52
No known key found for this signature in database
GPG Key ID: 351D91B6D7DF9E50

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -43,5 +43,5 @@ src_install() {
}
pkg_postinst() {
readme.gentoo_pkg_postinst
readme.gentoo_print_elog
}