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 880841396D1 for ; Fri, 6 Oct 2017 13:58:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D799E2BC015; Fri, 6 Oct 2017 13:58:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B6EE32BC015 for ; Fri, 6 Oct 2017 13:58:53 +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 6B73F34177C for ; Fri, 6 Oct 2017 13:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79C8A909C for ; Fri, 6 Oct 2017 13:58:50 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1507298308.44cbf9b47210008dd8a4260fab5753c0b5ed1ee4.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gdb/gdb-8.0.1.ebuild X-VCS-Directories: sys-devel/gdb/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 44cbf9b47210008dd8a4260fab5753c0b5ed1ee4 X-VCS-Branch: master Date: Fri, 6 Oct 2017 13:58:50 +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: 86a8afe1-1393-4203-9c26-1f32b6b8de42 X-Archives-Hash: c33476895d88caaf1985b6a2b845d94f commit: 44cbf9b47210008dd8a4260fab5753c0b5ed1ee4 Author: Manuel Rüger gentoo org> AuthorDate: Fri Oct 6 13:58:28 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Oct 6 13:58:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cbf9b4 sys-devel/gdb: Readd python3_6 Reported by Arfrever on Freenode Package-Manager: Portage-2.3.11, Repoman-2.3.3 sys-devel/gdb/gdb-8.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gdb/gdb-8.0.1.ebuild b/sys-devel/gdb/gdb-8.0.1.ebuild index 58133f249f3..82cbc96263c 100644 --- a/sys-devel/gdb/gdb-8.0.1.ebuild +++ b/sys-devel/gdb/gdb-8.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit flag-o-matic eutils python-single-r1