summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2019-11-16 21:45:12 +0000
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2019-11-16 22:26:45 +0000
commitc233339567d2b5a54da83b44d00bbf43cbdab296 (patch)
tree798e16d43d20a245d82cf5ab410c4b052e0b36dc
parentmail-filter/afew: Remove old version (diff)
downloadgentoo-c2333395.tar.gz
gentoo-c2333395.tar.bz2
gentoo-c2333395.zip
mail-filter/afew: Enable Python 3.7
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
-rw-r--r--mail-filter/afew/afew-1.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-filter/afew/afew-1.3.0.ebuild b/mail-filter/afew/afew-1.3.0.ebuild
index f47bf50ec0a8..dd77ae4b9249 100644
--- a/mail-filter/afew/afew-1.3.0.ebuild
+++ b/mail-filter/afew/afew-1.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python{3_5,3_6} )
+PYTHON_COMPAT=( python{3_5,3_6,3_7} )
inherit distutils-r1