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 10C5B1382C5 for ; Sun, 21 Feb 2021 12:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 465C1E0841; Sun, 21 Feb 2021 12:14:10 +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 2BDC7E0841 for ; Sun, 21 Feb 2021 12:14:10 +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 821C134101E for ; Sun, 21 Feb 2021 12:14:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E13D64EF for ; Sun, 21 Feb 2021 12:14:06 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1613909633.7b77f9a1a893dc1b2e15c708201cf76c645f88dc.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/zbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/zbar/zbar-0.23.1.ebuild X-VCS-Directories: media-gfx/zbar/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7b77f9a1a893dc1b2e15c708201cf76c645f88dc X-VCS-Branch: master Date: Sun, 21 Feb 2021 12:14:06 +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: 6f76e727-c25b-480e-ab35-ad1a3561742c X-Archives-Hash: 921204093dc819c46bcd95f2ec816e52 commit: 7b77f9a1a893dc1b2e15c708201cf76c645f88dc Author: David Seifert gentoo org> AuthorDate: Sun Feb 21 12:13:53 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 21 12:13:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b77f9a1 media-gfx/zbar: Add python 3.9 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> media-gfx/zbar/zbar-0.23.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/zbar/zbar-0.23.1.ebuild b/media-gfx/zbar/zbar-0.23.1.ebuild index 6c1c8269865..bb80d1bc91b 100644 --- a/media-gfx/zbar/zbar-0.23.1.ebuild +++ b/media-gfx/zbar/zbar-0.23.1.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 autotools flag-o-matic java-pkg-opt-2 multilib-minimal python-single-r1 virtualx