From 0fea367305dbe93bbdccd52bcace896f3ee1f3fc Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 19 Feb 2025 09:32:24 +0200 Subject: [PATCH] app-emacs/nix-mode: Stabilize 1.5.0 amd64, #949947 Signed-off-by: Arthur Zamarin --- app-emacs/nix-mode/nix-mode-1.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/nix-mode/nix-mode-1.5.0.ebuild b/app-emacs/nix-mode/nix-mode-1.5.0.ebuild index 100190d9037d8..91a52ec02e511 100644 --- a/app-emacs/nix-mode/nix-mode-1.5.0.ebuild +++ b/app-emacs/nix-mode/nix-mode-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ else SRC_URI="https://github.com/NixOS/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="LGPL-2.1+"