From af82f1cfc944863209bae8cdd326d927af6b700b Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Mon, 15 May 2017 15:59:37 +0200 Subject: x11-misc/redshift: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- x11-misc/redshift/redshift-1.11-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11-misc/redshift') 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 } -- cgit v1.2.3-65-gdbad