From c9393fffd57a25c6eb04a2a02ddf4979c9ba9d01 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 27 Jun 2018 19:21:16 +0200 Subject: app-misc/icdiff: Support python3.6 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- app-misc/icdiff/icdiff-1.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-misc') diff --git a/app-misc/icdiff/icdiff-1.9.1.ebuild b/app-misc/icdiff/icdiff-1.9.1.ebuild index 190d11b72b67..ba4846bf4425 100644 --- a/app-misc/icdiff/icdiff-1.9.1.ebuild +++ b/app-misc/icdiff/icdiff-1.9.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=(python2_7 python3_4 python3_5) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad