diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:50:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:50:04 +0100 |
commit | 96664f0993bfd33d864e5782b98821818cda8028 (patch) | |
tree | 4a7937fe3de3642db63bfb4ad26e4a505522259a /app-emacs/osm | |
parent | media-radio/tucnak: Stabilize 4.52 x86, #921403 (diff) | |
download | gentoo-96664f0993bfd33d864e5782b98821818cda8028.tar.gz gentoo-96664f0993bfd33d864e5782b98821818cda8028.tar.bz2 gentoo-96664f0993bfd33d864e5782b98821818cda8028.zip |
app-emacs/osm: Stabilize 1.0 amd64, #921415
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emacs/osm')
-rw-r--r-- | app-emacs/osm/osm-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/osm/osm-1.0.ebuild b/app-emacs/osm/osm-1.0.ebuild index e18c2dbd3553..2a2067bc77a5 100644 --- a/app-emacs/osm/osm-1.0.ebuild +++ b/app-emacs/osm/osm-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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/minad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+" |