diff options
Diffstat (limited to 'x11-misc/redshift/redshift-1.11-r1.ebuild')
-rw-r--r-- | x11-misc/redshift/redshift-1.11-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/redshift/redshift-1.11-r1.ebuild b/x11-misc/redshift/redshift-1.11-r1.ebuild index 2275d41cc669..f41d95dbc2ff 100644 --- a/x11-misc/redshift/redshift-1.11-r1.ebuild +++ b/x11-misc/redshift/redshift-1.11-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=( python3_4 python3_5 ) +EAPI=6 +PYTHON_COMPAT=( python3_{4,5,6} ) inherit systemd autotools eutils gnome2-utils python-r1 @@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND} REQUIRED_USE="gtk? ( ${PYTHON_REQUIRED_USE} )" src_prepare() { - epatch_user + default eautoreconf } |