commit: 64244952691ebdcd13984116405dcc8e7b9c2cee Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Sep 18 21:11:06 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> 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ć <xgqt <AT> 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+"
