From: Alexey Shvetsov Date: Mon, 5 Aug 2019 20:13:00 +0000 (+0300) Subject: net-libs/libaccounts-glib: add py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=034038bca58c367719c8c8f3004dcbb9c4be2a0e;p=gentoo.git net-libs/libaccounts-glib: add py3.7 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov --- diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild index ebe37a242e5e..65cf22ba172b 100644 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild +++ b/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit meson python-r1 vala vcs-snapshot DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications"