diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-01-27 11:28:30 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-01-27 11:28:37 +1100 |
commit | 12a5bf17067fc98bad3a2c5e2abdb0a03bb4f6c2 (patch) | |
tree | f97f54ae0eab0fffc87f478aff8093229b3ec1e1 /net-libs/libsignon-glib | |
parent | x11-misc/albert: version bump 0.14.15 (diff) | |
download | gentoo-12a5bf17067fc98bad3a2c5e2abdb0a03bb4f6c2.tar.gz gentoo-12a5bf17067fc98bad3a2c5e2abdb0a03bb4f6c2.tar.bz2 gentoo-12a5bf17067fc98bad3a2c5e2abdb0a03bb4f6c2.zip |
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
Diffstat (limited to 'net-libs/libsignon-glib')
-rw-r--r-- | net-libs/libsignon-glib/libsignon-glib-1.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |