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 4144D158020 for ; Sat, 26 Nov 2022 14:46:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DE6BE091B; Sat, 26 Nov 2022 14:46:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 65405E091B for ; Sat, 26 Nov 2022 14:46:13 +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 7449C3409EB for ; Sat, 26 Nov 2022 14:46:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A232D617 for ; Sat, 26 Nov 2022 14:46:10 +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: <1669473924.f73ebfd0605e3db11a74f38b27fd2981889e8087.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: f73ebfd0605e3db11a74f38b27fd2981889e8087 X-VCS-Branch: master Date: Sat, 26 Nov 2022 14:46:10 +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: 1ae77c16-3fe4-4572-8f4a-90e70dd86908 X-Archives-Hash: ca6b12356bb27a83f769fe18bcda5f21 commit: f73ebfd0605e3db11a74f38b27fd2981889e8087 Author: James Le Cuirot gentoo org> AuthorDate: Sat Nov 26 14:45:24 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Nov 26 14:45:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73ebfd0 games-misc/ponysay: Keyword 3.0.3 for ~arm64 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 cc2080eb00b5..9f87d7d7bec1 100644 --- a/games-misc/ponysay/ponysay-3.0.3.ebuild +++ b/games-misc/ponysay/ponysay-3.0.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/erkin/ponysay" SRC_URI="https://github.com/erkin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~m68k ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~x86" IUSE="doc +non-free bash-completion fish-completion zsh-completion" REQUIRED_USE="${PYTHON_REQUIRED_USE}"