diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 15:59:37 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 16:06:25 +0200 |
commit | af82f1cfc944863209bae8cdd326d927af6b700b (patch) | |
tree | ba25124fac56c06c32a405e4e6e754b6f54ea08c /x11-misc/redshift | |
parent | dev-libs/libcroco: ppc ppc64 stable (bug 618012). (diff) | |
download | gentoo-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.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 } |