From: Michael Palimaka Date: Sat, 27 Jan 2018 00:28:30 +0000 (+1100) Subject: net-libs/libsignon-glib: add python-3.6 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=12a5bf17067fc98bad3a2c5e2abdb0a03bb4f6c2;p=gentoo.git net-libs/libsignon-glib: add python-3.6 support Closes: https://bugs.gentoo.org/645422 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- diff --git a/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild b/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild index 4b1fc11e2067..51eecdc3d558 100644 --- a/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild +++ b/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit autotools python-r1 vcs-snapshot xdg-utils DESCRIPTION="GLib binding for the D-Bus API provided by signond"