diff options
author | David Seifert <soap@gentoo.org> | 2016-03-27 19:14:48 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-03-27 19:44:02 +0200 |
commit | 53b41e995686d38656ac776b881cc31a24e91cbb (patch) | |
tree | 8190dafb3a171c43c2e35d9ab0d2c92797f33ff6 /net-libs | |
parent | dev-python/reportlab: Add python3_5 support (diff) | |
download | gentoo-53b41e995686d38656ac776b881cc31a24e91cbb.tar.gz gentoo-53b41e995686d38656ac776b881cc31a24e91cbb.tar.bz2 gentoo-53b41e995686d38656ac776b881cc31a24e91cbb.zip |
net-libs/libsignon-glib: Add python3_5 support
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libsignon-glib/libsignon-glib-1.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild b/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild index 36b0e0b0d693..1b02f5fdc925 100644 --- a/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild +++ b/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit autotools python-r1 vcs-snapshot DESCRIPTION="GLib binding for the D-Bus API provided by signond" |