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 --- sci-biology/bedtools/bedtools-2.26.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-biology') diff --git a/sci-biology/bedtools/bedtools-2.26.0.ebuild b/sci-biology/bedtools/bedtools-2.26.0.ebuild index 084192dd4419..25f91921363a 100644 --- a/sci-biology/bedtools/bedtools-2.26.0.ebuild +++ b/sci-biology/bedtools/bedtools-2.26.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit flag-o-matic python-any-r1 toolchain-funcs -- cgit v1.2.3-65-gdbad