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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E22815808B for ; Sat, 5 Mar 2022 22:11:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A655E07BA; Sat, 5 Mar 2022 22:11:28 +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 54BFDE07BA for ; Sat, 5 Mar 2022 22:11:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A1FA4343063 for ; Sat, 5 Mar 2022 22:11:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED2772D3 for ; Sat, 5 Mar 2022 22:11:24 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1646518256.c462b073bef33877201772de5e2e27c6063a8937.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/xcowsay/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/xcowsay/xcowsay-1.6.ebuild X-VCS-Directories: games-misc/xcowsay/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c462b073bef33877201772de5e2e27c6063a8937 X-VCS-Branch: master Date: Sat, 5 Mar 2022 22:11:24 +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: 3c4ffb16-6a23-4512-a84f-77e902aac7f1 X-Archives-Hash: b9068b5023f53439302b7d51bc3a8680 commit: c462b073bef33877201772de5e2e27c6063a8937 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Mar 5 22:10:22 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 5 22:10:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c462b073 games-misc/xcowsay: x86 stable Signed-off-by: Conrad Kostecki gentoo.org> games-misc/xcowsay/xcowsay-1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-misc/xcowsay/xcowsay-1.6.ebuild b/games-misc/xcowsay/xcowsay-1.6.ebuild index 6f736ec0a21a..12b92df226d6 100644 --- a/games-misc/xcowsay/xcowsay-1.6.ebuild +++ b/games-misc/xcowsay/xcowsay-1.6.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/nickg/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="dbus fortune nls" RESTRICT="test"