diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:16:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:23:00 +0100 |
commit | 4bb11abffc77a77c551dd2ab320681154ea08710 (patch) | |
tree | 618f84e3e865c5d4fafd044f5407d6548acaa86e /x11-misc/redshift | |
parent | x11-misc/cdm: eutils-- (diff) | |
download | gentoo-4bb11abffc77a77c551dd2ab320681154ea08710.tar.gz gentoo-4bb11abffc77a77c551dd2ab320681154ea08710.tar.bz2 gentoo-4bb11abffc77a77c551dd2ab320681154ea08710.zip |
x11-misc/redshift: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/redshift')
-rw-r--r-- | x11-misc/redshift/redshift-1.12-r3.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/redshift/redshift-1.12-r4.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/redshift/redshift-1.12-r3.ebuild b/x11-misc/redshift/redshift-1.12-r3.ebuild index 77d0ecae90f1..9a6d3445dca0 100644 --- a/x11-misc/redshift/redshift-1.12-r3.ebuild +++ b/x11-misc/redshift/redshift-1.12-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit systemd autotools eutils gnome2-utils python-r1 +inherit systemd autotools gnome2-utils python-r1 DESCRIPTION="A screen color temperature adjusting software" HOMEPAGE="http://jonls.dk/redshift/" diff --git a/x11-misc/redshift/redshift-1.12-r4.ebuild b/x11-misc/redshift/redshift-1.12-r4.ebuild index e74215568018..82c613726fe4 100644 --- a/x11-misc/redshift/redshift-1.12-r4.ebuild +++ b/x11-misc/redshift/redshift-1.12-r4.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit flag-o-matic systemd autotools eutils gnome2-utils python-r1 +inherit flag-o-matic systemd autotools gnome2-utils python-r1 DESCRIPTION="A screen color temperature adjusting software" HOMEPAGE="http://jonls.dk/redshift/" |