diff options
author | Sebastian Pipping <sping@gentoo.org> | 2022-05-22 15:14:18 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2022-05-22 15:14:18 +0200 |
commit | 378f21931988b1a2f3a2bf4e5729f931b4063955 (patch) | |
tree | 55c74cafa1ebe0526211bee7455f3ea62d8e453b /x11-misc/redshift | |
parent | mail-client/thunderbird: stabilize 91.9.1 for amd64 (diff) | |
download | gentoo-378f21931988b1a2f3a2bf4e5729f931b4063955.tar.gz gentoo-378f21931988b1a2f3a2bf4e5729f931b4063955.tar.bz2 gentoo-378f21931988b1a2f3a2bf4e5729f931b4063955.zip |
x11-misc/redshift: Re-add missing gnome2-utils inherit
Closes: https://bugs.gentoo.org/846353
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Diffstat (limited to 'x11-misc/redshift')
-rw-r--r-- | x11-misc/redshift/redshift-1.12-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/redshift/redshift-1.12-r6.ebuild b/x11-misc/redshift/redshift-1.12-r6.ebuild index 6237b4da5cea..05517cf8915b 100644 --- a/x11-misc/redshift/redshift-1.12-r6.ebuild +++ b/x11-misc/redshift/redshift-1.12-r6.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -inherit flag-o-matic systemd autotools python-r1 +inherit flag-o-matic systemd autotools gnome2-utils python-r1 DESCRIPTION="A screen color temperature adjusting software" HOMEPAGE="http://jonls.dk/redshift/" |