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 5ADBA138239 for ; Thu, 29 Apr 2021 17:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B490BE0801; Thu, 29 Apr 2021 17:59:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9CECFE0801 for ; Thu, 29 Apr 2021 17:59:42 +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 CF075335D02 for ; Thu, 29 Apr 2021 17:59:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1328F737 for ; Thu, 29 Apr 2021 17:59:39 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1619719161.b6d3b45f1946424d41cb7911b7dcfaf35fdfdbe8.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libratbag/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libratbag/libratbag-0.15.ebuild X-VCS-Directories: dev-libs/libratbag/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b6d3b45f1946424d41cb7911b7dcfaf35fdfdbe8 X-VCS-Branch: master Date: Thu, 29 Apr 2021 17:59:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 19790234-febb-4cd8-aaa8-314c717062a3 X-Archives-Hash: eb37a7774d98d4e100dc1a52b82e2bc4 commit: b6d3b45f1946424d41cb7911b7dcfaf35fdfdbe8 Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 29 17:59:07 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 29 17:59:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d3b45f dev-libs/libratbag: Added python3_9 support Signed-off-by: Lars Wendler gentoo.org> dev-libs/libratbag/libratbag-0.15.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libratbag/libratbag-0.15.ebuild b/dev-libs/libratbag/libratbag-0.15.ebuild index d9eea0db11f..91fa0ecda28 100644 --- a/dev-libs/libratbag/libratbag-0.15.ebuild +++ b/dev-libs/libratbag/libratbag-0.15.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit meson python-single-r1 systemd udev