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 917AF138334 for ; Tue, 26 Jun 2018 19:51:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46221E0998; Tue, 26 Jun 2018 19:51:12 +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 2236CE0998 for ; Tue, 26 Jun 2018 19:51:10 +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 7E7D8335C9F for ; Tue, 26 Jun 2018 19:51:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D50D2D8 for ; Tue, 26 Jun 2018 19:51:06 +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: <1530042643.458b7428cefb328339fec00173aff9773a52cdd7.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/limnoria/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/limnoria/limnoria-20171025.ebuild net-irc/limnoria/limnoria-99999999.ebuild X-VCS-Directories: net-irc/limnoria/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 458b7428cefb328339fec00173aff9773a52cdd7 X-VCS-Branch: master Date: Tue, 26 Jun 2018 19:51:06 +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: 14dbbbe8-6ffe-4d8d-b196-d8037b9451e3 X-Archives-Hash: 8253b8e5fb63aa3db708e19ac4cd3e22 commit: 458b7428cefb328339fec00173aff9773a52cdd7 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jun 26 19:22:45 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jun 26 19:50:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458b7428 net-irc/limnoria: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-irc/limnoria/limnoria-20171025.ebuild | 4 ++-- net-irc/limnoria/limnoria-99999999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-irc/limnoria/limnoria-20171025.ebuild b/net-irc/limnoria/limnoria-20171025.ebuild index 0280102ac95..e90b31d9309 100644 --- a/net-irc/limnoria/limnoria-20171025.ebuild +++ b/net-irc/limnoria/limnoria-20171025.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild index 0280102ac95..e90b31d9309 100644 --- a/net-irc/limnoria/limnoria-99999999.ebuild +++ b/net-irc/limnoria/limnoria-99999999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1