From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D236D1582EF for ; Tue, 04 Mar 2025 22:09:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B7E56343152 for ; Tue, 04 Mar 2025 22:09:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E7A991102F2; Tue, 04 Mar 2025 22:09:01 +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 bobolink.gentoo.org (Postfix) with ESMTPS id DF9BC1102D2 for ; Tue, 04 Mar 2025 22:09:01 +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 8F52C342FF4 for ; Tue, 04 Mar 2025 22:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CB912853 for ; Tue, 04 Mar 2025 22:09:00 +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: <1741125920.606d520a4820f07100a3db351df17e7ff8da98ba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-zig/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-zig/eselect-zig-1-r1.ebuild X-VCS-Directories: app-eselect/eselect-zig/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 606d520a4820f07100a3db351df17e7ff8da98ba X-VCS-Branch: master Date: Tue, 04 Mar 2025 22:09:00 +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: 6862c025-4a66-47e9-8340-0ad8fc5447fa X-Archives-Hash: fd0403c674d1a1afdbf71f502617568a commit: 606d520a4820f07100a3db351df17e7ff8da98ba Author: Eric Joldasov landless-city net> AuthorDate: Tue Mar 4 03:35:24 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 4 22:05:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606d520a app-eselect/eselect-zig: keyword 1-r1 for ~loong Signed-off-by: Eric Joldasov landless-city.net> Signed-off-by: Sam James gentoo.org> app-eselect/eselect-zig/eselect-zig-1-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-eselect/eselect-zig/eselect-zig-1-r1.ebuild b/app-eselect/eselect-zig/eselect-zig-1-r1.ebuild index 9c8deeddf2eb..6a61d5acbd90 100644 --- a/app-eselect/eselect-zig/eselect-zig-1-r1.ebuild +++ b/app-eselect/eselect-zig/eselect-zig-1-r1.ebuild @@ -1,19 +1,18 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Manages Zig versions" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +S="${WORKDIR}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" RDEPEND="app-admin/eselect" -S="${WORKDIR}" - src_install() { insinto /usr/share/eselect/modules/ newins "${FILESDIR}"/zig.eselect-${PVR} zig.eselect