commit:     fff3e69e52c12a77023d869afa47140359312c17
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 09:15:02 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 09:15:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff3e69e

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 <AT> gentoo.org>

 media-sound/cmusfm/cmusfm-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/cmusfm/cmusfm-0.5.0.ebuild 
b/media-sound/cmusfm/cmusfm-0.5.0.ebuild
index dc6b6dd12e30..28c0d3765ec9 100644
--- a/media-sound/cmusfm/cmusfm-0.5.0.ebuild
+++ b/media-sound/cmusfm/cmusfm-0.5.0.ebuild
@@ -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
 }

Reply via email to