From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F234359CA9 for ; Sun, 27 Mar 2016 17:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 773CEE07D2; Sun, 27 Mar 2016 17:44:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2072E07C2 for ; Sun, 27 Mar 2016 17:44:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6325F340A8E for ; Sun, 27 Mar 2016 17:44:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B9BA86B for ; Sun, 27 Mar 2016 17:44:41 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1459100642.53b41e995686d38656ac776b881cc31a24e91cbb.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignon-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsignon-glib/libsignon-glib-1.13.ebuild X-VCS-Directories: net-libs/libsignon-glib/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 53b41e995686d38656ac776b881cc31a24e91cbb X-VCS-Branch: master Date: Sun, 27 Mar 2016 17:44:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a005e5bc-d432-4c58-b951-0e3b345795a7 X-Archives-Hash: 01b04fcb0a705c299a7ae3bc6090d342 commit: 53b41e995686d38656ac776b881cc31a24e91cbb Author: David Seifert gentoo org> AuthorDate: Sun Mar 27 17:14:48 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 27 17:44:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b41e99 net-libs/libsignon-glib: Add python3_5 support Package-Manager: portage-2.2.28 net-libs/libsignon-glib/libsignon-glib-1.13.ebuild | 4 ++-- 1 file 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 36b0e0b..1b02f5f 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"