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 06EF1138334 for ; Wed, 27 Jun 2018 20:33:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17F2BE0A5E; Wed, 27 Jun 2018 20:32:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A8B5EE0A5E for ; Wed, 27 Jun 2018 20:32:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 75314335CB3 for ; Wed, 27 Jun 2018 20:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A8A4348 for ; Wed, 27 Jun 2018 20:32:53 +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: <1530131537.2c766534cdbb57f8cf73f5b220e32e47f875e609.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/Ice/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/Ice/Ice-3.6.3-r1.ebuild X-VCS-Directories: dev-libs/Ice/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2c766534cdbb57f8cf73f5b220e32e47f875e609 X-VCS-Branch: master Date: Wed, 27 Jun 2018 20:32:53 +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: 497b924b-053b-4f1a-a657-5ab401c66455 X-Archives-Hash: 13c81893f314df8077f9d09f1d0cd291 commit: 2c766534cdbb57f8cf73f5b220e32e47f875e609 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 27 19:39:22 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jun 27 20:32:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c766534 dev-libs/Ice: Support python3.6 Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-libs/Ice/Ice-3.6.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/Ice/Ice-3.6.3-r1.ebuild b/dev-libs/Ice/Ice-3.6.3-r1.ebuild index 4955f0858ef..33984c1d811 100644 --- a/dev-libs/Ice/Ice-3.6.3-r1.ebuild +++ b/dev-libs/Ice/Ice-3.6.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) RUBY_OPTIONAL="yes" USE_RUBY="ruby23"