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 1878A138334 for ; Thu, 27 Sep 2018 15:08:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFFD3E0993; Thu, 27 Sep 2018 15:08:49 +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 B2AA5E0993 for ; Thu, 27 Sep 2018 15:08:49 +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 90680335C07 for ; Thu, 27 Sep 2018 15:08:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C786A3F6 for ; Thu, 27 Sep 2018 15:08:45 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1538060912.1deef8cee35542e2fa4744ca268bda5283c31abb.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/meson/meson-0.48.0-r1.ebuild dev-util/meson/meson-9999.ebuild X-VCS-Directories: dev-util/meson/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 1deef8cee35542e2fa4744ca268bda5283c31abb X-VCS-Branch: master Date: Thu, 27 Sep 2018 15:08:45 +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: 7400a0bf-199a-427a-b142-fcbe10c5e321 X-Archives-Hash: f9e8fee5e79130e80c134c1fd4c723da commit: 1deef8cee35542e2fa4744ca268bda5283c31abb Author: Mike Gilbert gentoo org> AuthorDate: Thu Sep 27 15:08:32 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Sep 27 15:08:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1deef8ce dev-util/meson: add python3.7 Signed-off-by: Mike Gilbert gentoo.org> Package-Manager: Portage-2.3.50_p2, Repoman-2.3.11_p9 dev-util/meson/meson-0.48.0-r1.ebuild | 2 +- dev-util/meson/meson-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/meson/meson-0.48.0-r1.ebuild b/dev-util/meson/meson-0.48.0-r1.ebuild index fec1d8e3fd8..d0fbb01b472 100644 --- a/dev-util/meson/meson-0.48.0-r1.ebuild +++ b/dev-util/meson/meson-0.48.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/mesonbuild/meson" diff --git a/dev-util/meson/meson-9999.ebuild b/dev-util/meson/meson-9999.ebuild index a02f93d684e..aace7f3caa4 100644 --- a/dev-util/meson/meson-9999.ebuild +++ b/dev-util/meson/meson-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/mesonbuild/meson"