summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-15 15:59:37 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-15 16:06:25 +0200
commitaf82f1cfc944863209bae8cdd326d927af6b700b (patch)
treeba25124fac56c06c32a405e4e6e754b6f54ea08c /x11-misc/redshift
parentdev-libs/libcroco: ppc ppc64 stable (bug 618012). (diff)
downloadgentoo-af82f1cfc944863209bae8cdd326d927af6b700b.tar.gz
gentoo-af82f1cfc944863209bae8cdd326d927af6b700b.tar.bz2
gentoo-af82f1cfc944863209bae8cdd326d927af6b700b.zip
x11-misc/redshift: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-misc/redshift')
-rw-r--r--x11-misc/redshift/redshift-1.11-r1.ebuild6
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
}