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 2EE3E158086 for ; Sat, 4 Dec 2021 02:45:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B0202BC038; Sat, 4 Dec 2021 02:45:22 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFA012BC038 for ; Sat, 4 Dec 2021 02:45:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C09723430B6 for ; Sat, 4 Dec 2021 02:45:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49AF2250 for ; Sat, 4 Dec 2021 02:45:15 +0000 (UTC) From: "Sam James" 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" Message-ID: <1638585904.92938ece0cf3938c9adfafd7093860a4160d67d2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod-taow/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild X-VCS-Directories: games-misc/fortune-mod-taow/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 92938ece0cf3938c9adfafd7093860a4160d67d2 X-VCS-Branch: master Date: Sat, 4 Dec 2021 02:45:15 +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: a1904bc3-05fe-44c1-b713-0cbc0e972674 X-Archives-Hash: 76515f8108f242066c3b121f5881074e commit: 92938ece0cf3938c9adfafd7093860a4160d67d2 Author: Sam James gentoo org> AuthorDate: Sat Dec 4 02:43:35 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 4 02:45:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92938ece games-misc/fortune-mod-taow: keyword 1.0 for more arches Signed-off-by: Sam James gentoo.org> games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild b/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild index 014f9b151d56..0fe19e2b79d8 100644 --- a/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild +++ b/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild @@ -11,7 +11,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" RDEPEND="games-misc/fortune-mod"