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 EBA7815800F for ; Tue, 3 Jan 2023 18:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43C6CE0817; Tue, 3 Jan 2023 18:29:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2CD37E0825 for ; Tue, 3 Jan 2023 18:29:38 +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 6283F340E46 for ; Tue, 3 Jan 2023 18:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06CFF7FA for ; Tue, 3 Jan 2023 18:29:36 +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: <1672770565.56b007520e1d063c4e9b4dfa241b1b485516078a.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_pre20220809.ebuild X-VCS-Directories: app-emacs/dashboard/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 56b007520e1d063c4e9b4dfa241b1b485516078a X-VCS-Branch: master Date: Tue, 3 Jan 2023 18:29:36 +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: f0b977bd-15d3-4551-9f40-d61d844e2d2a X-Archives-Hash: d96558bb2105d0a3b8ae2928415a0978 commit: 56b007520e1d063c4e9b4dfa241b1b485516078a Author: Sam James gentoo org> AuthorDate: Tue Jan 3 18:29:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 3 18:29:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b00752 app-emacs/dashboard: Stabilize 1.8.0_pre20220809 x86, #889573 Signed-off-by: Sam James gentoo.org> app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild index 1683e38fead1..8bf07d8ad8b5 100644 --- a/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild +++ b/app-emacs/dashboard/dashboard-1.8.0_pre20220809.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}"/emacs-${PN}-${H} LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" RESTRICT="test" # tests not in the repository, require "Eask" DOCS=( CHANGELOG.md README.org etc )