commit: 7d1bbb3e2d39f38f800b17d178f63a08e8061d0d Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Sun Sep 1 20:22:42 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Sun Sep 1 20:35:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1bbb3e
media-gfx/eom: fix broken implementation of optfeature It deleted the previous inherited pkg_postinst. Restore this by manually running it. Bug: https://github.com/gentoo/gentoo/pull/37358 Closes: https://bugs.gentoo.org/938868 Closes: https://bugs.gentoo.org/938869 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> media-gfx/eom/{eom-1.28.0-r1.ebuild => eom-1.28.0-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/eom/eom-1.28.0-r1.ebuild b/media-gfx/eom/eom-1.28.0-r2.ebuild similarity index 97% rename from media-gfx/eom/eom-1.28.0-r1.ebuild rename to media-gfx/eom/eom-1.28.0-r2.ebuild index fd6944c0fb9e..f808aaf8de76 100644 --- a/media-gfx/eom/eom-1.28.0-r1.ebuild +++ b/media-gfx/eom/eom-1.28.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit mate optfeature +inherit gnome2 mate optfeature MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then @@ -72,5 +72,6 @@ src_configure() { } pkg_postinst() { + gnome2_pkg_postinst optfeature "webp support" gui-libs/gdk-pixbuf-loader-webp }
