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 3B67813835A for ; Mon, 8 Mar 2021 20:41:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55D38E0867; Mon, 8 Mar 2021 20:41:00 +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 38AA6E0867 for ; Mon, 8 Mar 2021 20:41:00 +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 AADA8335CEF for ; Mon, 8 Mar 2021 20:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAA3B579 for ; Mon, 8 Mar 2021 20:40:56 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1615236041.0ab853444612837dd9aef367db9e2f25d71fbcb3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/autojump/autojump-22.5.3.ebuild X-VCS-Directories: app-shells/autojump/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0ab853444612837dd9aef367db9e2f25d71fbcb3 X-VCS-Branch: master Date: Mon, 8 Mar 2021 20:40:56 +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: 24fb179f-0825-4180-b686-a5bcd7e841ba X-Archives-Hash: 6690f98c82fb2e90b7dcff883cdc0049 commit: 0ab853444612837dd9aef367db9e2f25d71fbcb3 Author: Matt Turner gentoo org> AuthorDate: Mon Mar 8 20:38:30 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 8 20:40:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab85344 app-shells/autojump: Add Python 3.9 compat Signed-off-by: Matt Turner gentoo.org> app-shells/autojump/autojump-22.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/autojump/autojump-22.5.3.ebuild b/app-shells/autojump/autojump-22.5.3.ebuild index 5ec6baee3cf..deb81c56b6b 100644 --- a/app-shells/autojump/autojump-22.5.3.ebuild +++ b/app-shells/autojump/autojump-22.5.3.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=6 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit bash-completion-r1 python-r1 vcs-snapshot prefix