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 88D98158087 for ; Sun, 30 Jan 2022 14:52:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 583D42BC0BD; Sun, 30 Jan 2022 14:52:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A21192BC0BD for ; Sun, 30 Jan 2022 14:52:23 +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 7B57134302A for ; Sun, 30 Jan 2022 14:52:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B625E26D for ; Sun, 30 Jan 2022 14:52:20 +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: <1643554323.f0112478e66e95994ed60434d0fd606d54bd3294.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: f0112478e66e95994ed60434d0fd606d54bd3294 X-VCS-Branch: master Date: Sun, 30 Jan 2022 14:52:20 +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: 700be9a0-f104-46e3-91fb-70b0d74da6cf X-Archives-Hash: 537a5634c890fb5d9381445d5f3f4c16 commit: f0112478e66e95994ed60434d0fd606d54bd3294 Author: James Le Cuirot gentoo org> AuthorDate: Sun Jan 30 14:52:03 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jan 30 14:52:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0112478 games-misc/ponysay: Keyword 3.0.3 for ~m68k 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 12ad5f35a544..cc2080eb00b5 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 ~x86" +KEYWORDS="~amd64 ~arm ~m68k ~x86" IUSE="doc +non-free bash-completion fish-completion zsh-completion" REQUIRED_USE="${PYTHON_REQUIRED_USE}"