From ef28997cd547dad210da754281a3931abf21c71e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 16 Apr 2019 13:17:14 +0200 Subject: */*: Drop python3_4 from PYTHON_COMPAT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://github.com/gentoo/gentoo/pull/11706 Signed-off-by: Michał Górny --- sys-apps/findutils/findutils-4.6.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-apps/findutils') diff --git a/sys-apps/findutils/findutils-4.6.0-r1.ebuild b/sys-apps/findutils/findutils-4.6.0-r1.ebuild index 0d3700374197..205ec9ad98bd 100644 --- a/sys-apps/findutils/findutils-4.6.0-r1.ebuild +++ b/sys-apps/findutils/findutils-4.6.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit eutils flag-o-matic toolchain-funcs python-any-r1 -- cgit v1.2.3-65-gdbad