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 2E482138334 for ; Sat, 23 Jun 2018 09:32:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 317D3E0936; Sat, 23 Jun 2018 09:32:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04F5EE0936 for ; Sat, 23 Jun 2018 09:32:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A835D335C89 for ; Sat, 23 Jun 2018 09:32:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D8952C8 for ; Sat, 23 Jun 2018 09:32:12 +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: <1529746327.ef3be7ee54b43615a29d8bef38f62d7183cbd931.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/obexftp/obexftp-0.24-r1.ebuild X-VCS-Directories: app-mobilephone/obexftp/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ef3be7ee54b43615a29d8bef38f62d7183cbd931 X-VCS-Branch: master Date: Sat, 23 Jun 2018 09:32:12 +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: 2544eca0-07d5-4aec-8c78-f1cd646d68a7 X-Archives-Hash: 53c27f63474d73a7e33b113e24822052 commit: ef3be7ee54b43615a29d8bef38f62d7183cbd931 Author: Pacho Ramos gentoo org> AuthorDate: Sat Jun 23 09:07:41 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jun 23 09:32:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3be7ee app-mobilephone/obexftp: Support python3.6 (#658804) Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild index d5746a637f6..c42ed0fdb30 100644 --- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild +++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) USE_RUBY="ruby22 ruby23" inherit cmake-utils python-single-r1 python-utils-r1 ruby-single eutils multilib