Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignon-glib/
Date: Sun, 27 Mar 2016 17:44:49
Message-Id: 1459100642.53b41e995686d38656ac776b881cc31a24e91cbb.soap@gentoo
1 commit: 53b41e995686d38656ac776b881cc31a24e91cbb
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 17:14:48 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 17:44:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b41e99
7
8 net-libs/libsignon-glib: Add python3_5 support
9
10 Package-Manager: portage-2.2.28
11
12 net-libs/libsignon-glib/libsignon-glib-1.13.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild b/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild
16 index 36b0e0b..1b02f5f 100644
17 --- a/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild
18 +++ b/net-libs/libsignon-glib/libsignon-glib-1.13.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26
27 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
28 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
29 inherit autotools python-r1 vcs-snapshot
30
31 DESCRIPTION="GLib binding for the D-Bus API provided by signond"