diff --git a/dev-util/gammaray/gammaray-2.11.2.ebuild b/dev-util/gammaray/gammaray-2.11.2.ebuild index 87d5dec23a..3abfc5281c 100644 --- a/dev-util/gammaray/gammaray-2.11.2.ebuild +++ b/dev-util/gammaray/gammaray-2.11.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake +inherit xdg cmake DESCRIPTION="High-level runtime introspection tool for Qt applications" HOMEPAGE="https://www.kdab.com/gammaray https://github.com/KDAB/GammaRay" @@ -83,6 +83,8 @@ src_configure(){ } pkg_postinst() { + xdg_pkg_postinst + elog elog "Install dev-util/kdstatemachineeditor as optional dependency" elog "for graphical state machine debugging support"