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 A7756138334 for ; Fri, 19 Oct 2018 17:53:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6C59E07A7; Fri, 19 Oct 2018 17:53:33 +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 B427AE07A7 for ; Fri, 19 Oct 2018 17:53:33 +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 CD78C335C7B for ; Fri, 19 Oct 2018 17:53:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9BAE391 for ; Fri, 19 Oct 2018 17:53:30 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1539971590.dd3f195ef21dfc5ebe6ef41cb69fe3c0e00bdaea.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xcb-proto/xcb-proto-1.13.ebuild X-VCS-Directories: x11-base/xcb-proto/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: dd3f195ef21dfc5ebe6ef41cb69fe3c0e00bdaea X-VCS-Branch: master Date: Fri, 19 Oct 2018 17:53:30 +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: a50833a9-ac10-4b42-9374-7af15e05f552 X-Archives-Hash: 60a279017f3081085cb6ab6c06361e6f commit: dd3f195ef21dfc5ebe6ef41cb69fe3c0e00bdaea Author: Philipp Ammann posteo de> AuthorDate: Fri Oct 19 17:50:18 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 19 17:53:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3f195e x11-base/xcb-proto: Add Python 3.7 support Closes: https://github.com/gentoo/gentoo/pull/10179 Signed-off-by: Philipp Ammann posteo.de> Signed-off-by: Matt Turner gentoo.org> x11-base/xcb-proto/xcb-proto-1.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild b/x11-base/xcb-proto/xcb-proto-1.13.ebuild index be027567fd7..2140e995651 100644 --- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild +++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) XORG_MULTILIB=yes XORG_STATIC=no