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 1DAC115801B for ; Sat, 2 Sep 2023 15:35:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 600F22BC022; Sat, 2 Sep 2023 15:35: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42CC92BC030 for ; Sat, 2 Sep 2023 15:35: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A681340DC4 for ; Sat, 2 Sep 2023 15:35:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BC9E1100 for ; Sat, 2 Sep 2023 15:35:39 +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: <1693668915.80eaf40c4fea9f2730d4e7ea2761faee03f4dd06.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/dashboard/dashboard-1.8.0.ebuild X-VCS-Directories: app-emacs/dashboard/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 80eaf40c4fea9f2730d4e7ea2761faee03f4dd06 X-VCS-Branch: master Date: Sat, 2 Sep 2023 15:35:39 +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: f9db2b77-f9cc-4a43-9888-09f0811110b8 X-Archives-Hash: f9a6f0e52cdbbbe666d47bfbebcc18ef commit: 80eaf40c4fea9f2730d4e7ea2761faee03f4dd06 Author: Sam James gentoo org> AuthorDate: Sat Sep 2 15:35:15 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 2 15:35:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80eaf40c app-emacs/dashboard: Stabilize 1.8.0 x86, #913499 Signed-off-by: Sam James gentoo.org> app-emacs/dashboard/dashboard-1.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/dashboard/dashboard-1.8.0.ebuild b/app-emacs/dashboard/dashboard-1.8.0.ebuild index 8b610651c79f..b9a3b5d20ffc 100644 --- a/app-emacs/dashboard/dashboard-1.8.0.ebuild +++ b/app-emacs/dashboard/dashboard-1.8.0.ebuild @@ -17,7 +17,7 @@ else SRC_URI="https://github.com/emacs-dashboard/emacs-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/emacs-${PN}-${PV} - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="GPL-3+"