From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1287570-garchives=archives.gentoo.org@lists.gentoo.org> 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 B0FEF1382C5 for <garchives@archives.gentoo.org>; Sat, 29 May 2021 09:15:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D5E9E0866; Sat, 29 May 2021 09:15:48 +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 EA83DE0866 for <gentoo-commits@lists.gentoo.org>; Sat, 29 May 2021 09:15:47 +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 A8327335DE6 for <gentoo-commits@lists.gentoo.org>; Sat, 29 May 2021 09:15:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F76078B for <gentoo-commits@lists.gentoo.org>; Sat, 29 May 2021 09:15:45 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1622279737.d14f4986b277cd77f905b2a9555c50a766fda9d5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/hplip/hplip-3.20.11-r2.ebuild net-print/hplip/hplip-3.21.2-r1.ebuild X-VCS-Directories: net-print/hplip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d14f4986b277cd77f905b2a9555c50a766fda9d5 X-VCS-Branch: master Date: Sat, 29 May 2021 09:15:45 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1250a5c3-c034-4130-b9ee-d91ea4c2b517 X-Archives-Hash: 0dabe644de305a647b3bc2587729f5f6 commit: d14f4986b277cd77f905b2a9555c50a766fda9d5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat May 29 09:15:19 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 29 09:15:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14f4986 net-print/hplip: add Python 3.9 Closes: https://bugs.gentoo.org/775320 Signed-off-by: Sam James <sam <AT> gentoo.org> net-print/hplip/hplip-3.20.11-r2.ebuild | 2 +- net-print/hplip/hplip-3.21.2-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-print/hplip/hplip-3.20.11-r2.ebuild b/net-print/hplip/hplip-3.20.11-r2.ebuild index e5fc267282c..7d1d95bcb4e 100644 --- a/net-print/hplip/hplip-3.20.11-r2.ebuild +++ b/net-print/hplip/hplip-3.20.11-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="threads(+),xml" # 14 and 15 spit out a lot of warnings about subdirs diff --git a/net-print/hplip/hplip-3.21.2-r1.ebuild b/net-print/hplip/hplip-3.21.2-r1.ebuild index 28aca19ebdb..e2d9b4b7d50 100644 --- a/net-print/hplip/hplip-3.21.2-r1.ebuild +++ b/net-print/hplip/hplip-3.21.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="threads(+),xml" # 14 and 15 spit out a lot of warnings about subdirs