diff options
author | 2025-02-05 12:14:32 +0000 | |
---|---|---|
committer | 2025-02-05 12:14:32 +0000 | |
commit | 97b5a44d548c8418ca366189e7e2ca904d7b4416 (patch) | |
tree | 3b8591da06d2114dd5d07e912bf7c941281523d1 /app-emacs | |
parent | dev-vcs/sourcegit: Stabilize 8.45 amd64, #949296 (diff) | |
download | gentoo-97b5a44d548c8418ca366189e7e2ca904d7b4416.tar.gz gentoo-97b5a44d548c8418ca366189e7e2ca904d7b4416.tar.bz2 gentoo-97b5a44d548c8418ca366189e7e2ca904d7b4416.zip |
app-emacs/osm: Stabilize 1.5 amd64, #949303
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/osm/osm-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/osm/osm-1.5.ebuild b/app-emacs/osm/osm-1.5.ebuild index 144330f58794..0de6b0b6ec9d 100644 --- a/app-emacs/osm/osm-1.5.ebuild +++ b/app-emacs/osm/osm-1.5.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+" |