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 EFE24158020 for ; Thu, 22 Dec 2022 13:06:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70A7BE0855; Thu, 22 Dec 2022 13:06:21 +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 30AB0E085B for ; Thu, 22 Dec 2022 13:06: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 292DE340DF1 for ; Thu, 22 Dec 2022 13:06:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82DC67F4 for ; Thu, 22 Dec 2022 13:06:17 +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: <1671714361.09dd06fd433db71eccad71532b6b6958d4f4def2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/pkg-info/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/pkg-info/pkg-info-0.6.ebuild X-VCS-Directories: app-emacs/pkg-info/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 09dd06fd433db71eccad71532b6b6958d4f4def2 X-VCS-Branch: master Date: Thu, 22 Dec 2022 13:06:17 +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: 3ceaed1b-75fd-4726-86cc-4068fb46338b X-Archives-Hash: 4fa6ffb08fb8e20c13f844186d44e0e2 commit: 09dd06fd433db71eccad71532b6b6958d4f4def2 Author: Sam James gentoo org> AuthorDate: Thu Dec 22 13:06:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 22 13:06:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09dd06fd app-emacs/pkg-info: Stabilize 0.6 amd64, #887969 Signed-off-by: Sam James gentoo.org> app-emacs/pkg-info/pkg-info-0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/pkg-info/pkg-info-0.6.ebuild b/app-emacs/pkg-info/pkg-info-0.6.ebuild index b715d3255ceb..af5ba2d9539e 100644 --- a/app-emacs/pkg-info/pkg-info-0.6.ebuild +++ b/app-emacs/pkg-info/pkg-info-0.6.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/emacsorphanage/pkg-info/archive/refs/tags/${PV}.tar. LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc64 ~riscv ~x64-macos" RESTRICT="test" # Tests fail RDEPEND=">=app-emacs/epl-0.8"