From 8be22bbf29d5b71189dbfba4d5a243bf8bcfb8ad Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 7 May 2025 15:30:26 +0200 Subject: [PATCH] app-emacs/pdf-tools: stabilize 1.1.0 for amd64 Signed-off-by: Florian Schmaus --- app-emacs/pdf-tools/pdf-tools-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/pdf-tools/pdf-tools-1.1.0.ebuild b/app-emacs/pdf-tools/pdf-tools-1.1.0.ebuild index 3bd790d94a7df..b6ebbad709438 100644 --- a/app-emacs/pdf-tools/pdf-tools-1.1.0.ebuild +++ b/app-emacs/pdf-tools/pdf-tools-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/vedang/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+"