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 2697915800A for ; Sun, 23 Jul 2023 01:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CC51E07DB; Sun, 23 Jul 2023 01:56:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 07BA4E07DB for ; Sun, 23 Jul 2023 01:56:00 +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 2D433335D4F for ; Sun, 23 Jul 2023 01:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB330BF7 for ; Sun, 23 Jul 2023 01:55:57 +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: <1690077340.de22e62992d860603255b4b8226a0dae0276dedd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/palo/palo-2.24.ebuild X-VCS-Directories: sys-boot/palo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de22e62992d860603255b4b8226a0dae0276dedd X-VCS-Branch: master Date: Sun, 23 Jul 2023 01:55:57 +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: 98db2498-61ff-4e1e-ae94-87e5ab0e0673 X-Archives-Hash: c4eb3082d34da388d61e14f2bb98baf9 commit: de22e62992d860603255b4b8226a0dae0276dedd Author: Sam James gentoo org> AuthorDate: Sun Jul 23 01:55:40 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 23 01:55:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de22e629 sys-boot/palo: Stabilize 2.24 hppa, #910659 Signed-off-by: Sam James gentoo.org> sys-boot/palo/palo-2.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/palo/palo-2.24.ebuild b/sys-boot/palo/palo-2.24.ebuild index 6eae2c2820e0..967e766b9dee 100644 --- a/sys-boot/palo/palo-2.24.ebuild +++ b/sys-boot/palo/palo-2.24.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz" - KEYWORDS="-* ~hppa" + KEYWORDS="-* hppa" fi LICENSE="GPL-2"