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 D2FDA1581B9 for ; Thu, 18 Sep 2025 21:50:56 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B8A9F342442 for ; Thu, 18 Sep 2025 21:50:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 950FF110581; Thu, 18 Sep 2025 21:50:33 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8284E110581 for ; Thu, 18 Sep 2025 21:50:33 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F70D3423E9 for ; Thu, 18 Sep 2025 21:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD4F339FF for ; Thu, 18 Sep 2025 21:50:30 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1758232224.64244952691ebdcd13984116405dcc8e7b9c2cee.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/meson-mode/meson-mode-9999.ebuild X-VCS-Directories: app-emacs/meson-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 64244952691ebdcd13984116405dcc8e7b9c2cee X-VCS-Branch: master Date: Thu, 18 Sep 2025 21:50:30 +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: 5eadd7b1-2f42-447e-83dc-7bf7c5b29b8d X-Archives-Hash: 52570c30599281e1f327dfbd192dea6a commit: 64244952691ebdcd13984116405dcc8e7b9c2cee Author: Maciej Barć gentoo org> AuthorDate: Thu Sep 18 21:11:06 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Sep 18 21:50:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64244952 app-emacs/meson-mode: sync live 9999 version Signed-off-by: Maciej Barć gentoo.org> app-emacs/meson-mode/meson-mode-9999.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app-emacs/meson-mode/meson-mode-9999.ebuild b/app-emacs/meson-mode/meson-mode-9999.ebuild index 2af5cb5acb4e..ba5970888200 100644 --- a/app-emacs/meson-mode/meson-mode-9999.ebuild +++ b/app-emacs/meson-mode/meson-mode-9999.ebuild @@ -1,24 +1,22 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -NEED_EMACS=26.1 - inherit elisp DESCRIPTION="A GNU Emacs major mode for Meson build-system files" -HOMEPAGE="https://github.com/wentasah/meson-mode" +HOMEPAGE="https://github.com/wentasah/meson-mode/" if [[ "${PV}" == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/wentasah/${PN}.git" + EGIT_REPO_URI="https://github.com/wentasah/${PN}" else SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~riscv" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="GPL-3+"