diff options
author | Sam James <sam@gentoo.org> | 2024-01-28 06:49:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-28 06:49:29 +0000 |
commit | f9bebfdacbc5d477a759ac8dcb08ef24e20e9943 (patch) | |
tree | 8150ebf1d03852a321afc2d77f1596a3c2261687 /app-emacs/osm | |
parent | media-gfx/ahoviewer: restrict libnsgif (diff) | |
download | gentoo-f9bebfdacbc5d477a759ac8dcb08ef24e20e9943.tar.gz gentoo-f9bebfdacbc5d477a759ac8dcb08ef24e20e9943.tar.bz2 gentoo-f9bebfdacbc5d477a759ac8dcb08ef24e20e9943.zip |
app-emacs/osm: Stabilize 1.2 amd64, #923056
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/osm')
-rw-r--r-- | app-emacs/osm/osm-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/osm/osm-1.2.ebuild b/app-emacs/osm/osm-1.2.ebuild index e18c2dbd3553..2a2067bc77a5 100644 --- a/app-emacs/osm/osm-1.2.ebuild +++ b/app-emacs/osm/osm-1.2.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+" |