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 8D9121382C5 for ; Thu, 15 Mar 2018 20:00:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80C56E08A2; Thu, 15 Mar 2018 20:00:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5B962E08A2 for ; Thu, 15 Mar 2018 20:00:15 +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 2B7B7335C77 for ; Thu, 15 Mar 2018 20:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48C6015A for ; Thu, 15 Mar 2018 20:00:03 +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: <1521143997.fc8660bab8dc8f9d5248155a1cb88748b0fd51fd.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.45.0.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: fc8660bab8dc8f9d5248155a1cb88748b0fd51fd X-VCS-Branch: master Date: Thu, 15 Mar 2018 20:00:03 +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: 922b7b4d-cee2-4b03-b8c4-24d56baf4c84 X-Archives-Hash: 6f95aa657c66b637896e20f2d47edf66 commit: fc8660bab8dc8f9d5248155a1cb88748b0fd51fd Author: Mike Gilbert gentoo org> AuthorDate: Thu Mar 15 19:59:57 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Mar 15 19:59:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8660ba dev-util/meson: drop python3.4 support https://github.com/mesonbuild/meson/pull/2755 Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81 dev-util/meson/meson-0.45.0.ebuild | 2 +- dev-util/meson/meson-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/meson/meson-0.45.0.ebuild b/dev-util/meson/meson-0.45.0.ebuild index 07877ea87db..37aab5a3b43 100644 --- a/dev-util/meson/meson-0.45.0.ebuild +++ b/dev-util/meson/meson-0.45.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) 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 07877ea87db..37aab5a3b43 100644 --- a/dev-util/meson/meson-9999.ebuild +++ b/dev-util/meson/meson-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/mesonbuild/meson"