From: David Seifert Date: Sat, 1 Jun 2019 15:46:40 +0000 (+0200) Subject: dev-python/pygpgme: Add py3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7c1a8af0d9617a4a1ed9588715005e6fc4f1435;p=gentoo.git dev-python/pygpgme: Add py3.7 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: David Seifert --- diff --git a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild index f29924d4688a..4d0ee94c2aca 100644 --- a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild +++ b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit distutils-r1 flag-o-matic