commit: af82f1cfc944863209bae8cdd326d927af6b700b
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 13:59:37 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon May 15 14:06:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af82f1cf
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(-)
diff --git a/x11-misc/redshift/redshift-1.11-r1.ebuild
b/x11-misc/redshift/redshift-1.11-r1.ebuild
index 2275d41cc66..f41d95dbc2f 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
}