diff options
author | Sam James <sam@gentoo.org> | 2023-08-11 04:25:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-11 04:25:54 +0100 |
commit | ae47e99c873343ac1f47dae8b1fb1308c91d1b8e (patch) | |
tree | 96785126a861064b806457be507942bc9cb33f69 /app-emacs/osm | |
parent | app-emacs/helm: Stabilize 3.9.1 ALLARCHES, #912042 (diff) | |
download | gentoo-ae47e99c873343ac1f47dae8b1fb1308c91d1b8e.tar.gz gentoo-ae47e99c873343ac1f47dae8b1fb1308c91d1b8e.tar.bz2 gentoo-ae47e99c873343ac1f47dae8b1fb1308c91d1b8e.zip |
app-emacs/osm: Stabilize 0.13 amd64, #912043
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/osm')
-rw-r--r-- | app-emacs/osm/osm-0.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/osm/osm-0.13.ebuild b/app-emacs/osm/osm-0.13.ebuild index e18c2dbd3553..b4b3876d52d5 100644 --- a/app-emacs/osm/osm-0.13.ebuild +++ b/app-emacs/osm/osm-0.13.ebuild @@ -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+" |