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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D82115800F for ; Sun, 15 Jan 2023 16:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AE90E07EA; Sun, 15 Jan 2023 16:51:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F7B5E07EA for ; Sun, 15 Jan 2023 16:51:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60246340F68 for ; Sun, 15 Jan 2023 16:51:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4158738 for ; Sun, 15 Jan 2023 16:51:37 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1673801483.043d870af3d53f5a6baab8b016dd09f2a9987f49.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/ponysay/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/ponysay/ponysay-3.0.3.ebuild X-VCS-Directories: games-misc/ponysay/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 043d870af3d53f5a6baab8b016dd09f2a9987f49 X-VCS-Branch: master Date: Sun, 15 Jan 2023 16:51:37 +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: e966d098-4231-49b1-a20b-7bce6c2ff18a X-Archives-Hash: e59e09383bceb312194d014a34563eae commit: 043d870af3d53f5a6baab8b016dd09f2a9987f49 Author: James Le Cuirot gentoo org> AuthorDate: Sun Jan 15 16:51:23 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jan 15 16:51:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043d870a games-misc/ponysay: Add Python 3.11 Signed-off-by: James Le Cuirot gentoo.org> games-misc/ponysay/ponysay-3.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-misc/ponysay/ponysay-3.0.3.ebuild b/games-misc/ponysay/ponysay-3.0.3.ebuild index d5c09eb4f524..becb6fdc94a2 100644 --- a/games-misc/ponysay/ponysay-3.0.3.ebuild +++ b/games-misc/ponysay/ponysay-3.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit bash-completion-r1 python-single-r1 DESCRIPTION="cowsay reimplemention for ponies"