From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00A181395E2 for ; Wed, 9 Nov 2016 11:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FBFBE0807; Wed, 9 Nov 2016 11:17:30 +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 402D2E0807 for ; Wed, 9 Nov 2016 11:17:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 23F7534164B for ; Wed, 9 Nov 2016 11:17:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48B0324B0 for ; Wed, 9 Nov 2016 11:17:26 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1478689298.4c99555442364493f2c83bbbe180c49d8e544615.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/solaar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/solaar/solaar-0.9.2-r3.ebuild X-VCS-Directories: app-misc/solaar/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4c99555442364493f2c83bbbe180c49d8e544615 X-VCS-Branch: master Date: Wed, 9 Nov 2016 11:17:26 +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: aab35bdd-57a8-455b-a4b6-955a8816ce7f X-Archives-Hash: 90935c3ad1421520800fa97c15729fd9 commit: 4c99555442364493f2c83bbbe180c49d8e544615 Author: Pacho Ramos gentoo org> AuthorDate: Wed Nov 9 11:01:38 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Nov 9 11:01:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c995554 app-misc/solaar: Support python 3.5 (#599140 by Petros S) Package-Manager: portage-2.3.2 app-misc/solaar/solaar-0.9.2-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/solaar/solaar-0.9.2-r3.ebuild b/app-misc/solaar/solaar-0.9.2-r3.ebuild index fd8d962..ff2c693 100644 --- a/app-misc/solaar/solaar-0.9.2-r3.ebuild +++ b/app-misc/solaar/solaar-0.9.2-r3.ebuild @@ -1,9 +1,9 @@ -# 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_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 udev user linux-info gnome2-utils