x11-misc/redshift package currently pulls in dev-libs/libappindicator:3 package as a dependency, to integrate with Ayatana Ubuntu notification service. However current dependency does not enforce the introspection flag to be enabled on libappindicator. However, statusicon.py uses GObject introspection to import AppIndicator: gi.require_version('AppIndicator3', '0.1') and therefore it should be enforced in ebuild.
I see, thanks for the report!
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eaa8c36dd579d7a3a52747c483988332e7b2da7 commit 5eaa8c36dd579d7a3a52747c483988332e7b2da7 Author: Sebastian Pipping <sping@gentoo.org> AuthorDate: 2018-12-09 21:58:07 +0000 Commit: Sebastian Pipping <sping@gentoo.org> CommitDate: 2018-12-09 21:58:07 +0000 x11-misc/redshift: RDEPEND on libappindicator with introspection Closes: https://bugs.gentoo.org/672274 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 x11-misc/redshift/redshift-1.12-r1.ebuild | 86 +++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+)