mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
4de58a98f7
commit
fff3e69e52
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user