diff options
author | 2025-02-05 15:08:54 +0100 | |
---|---|---|
committer | 2025-02-05 15:08:54 +0100 | |
commit | a83e33053fef91af1e7348136bc03276c5f38b05 (patch) | |
tree | 000451ace0b58858e684542717e6bf05bede1d19 /app-emacs | |
parent | app-emacs/marginalia: Stabilize 1.8 ALLARCHES, #949300 (diff) | |
download | gentoo-a83e33053fef91af1e7348136bc03276c5f38b05.tar.gz gentoo-a83e33053fef91af1e7348136bc03276c5f38b05.tar.bz2 gentoo-a83e33053fef91af1e7348136bc03276c5f38b05.zip |
app-emacs/org-modern: Stabilize 1.6 amd64, #949302
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/org-modern/org-modern-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/org-modern/org-modern-1.6.ebuild b/app-emacs/org-modern/org-modern-1.6.ebuild index 5091d68a3b9b..d51f19027fb6 100644 --- a/app-emacs/org-modern/org-modern-1.6.ebuild +++ b/app-emacs/org-modern/org-modern-1.6.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 @@ -18,7 +18,7 @@ else SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+" |