diff options
author | Sam James <sam@gentoo.org> | 2023-11-25 23:08:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-25 23:08:45 +0000 |
commit | 707dc798026cf46a21512a178a64d98a84c8280e (patch) | |
tree | a9e395a098906830eb2d75f2b3b382e6675cf988 /app-emacs | |
parent | app-emacs/emacs-ebuild-snippets: Stabilize 2.2.0 ALLARCHES, #918574 (diff) | |
download | gentoo-707dc798026cf46a21512a178a64d98a84c8280e.tar.gz gentoo-707dc798026cf46a21512a178a64d98a84c8280e.tar.bz2 gentoo-707dc798026cf46a21512a178a64d98a84c8280e.zip |
app-emacs/osm: Stabilize 0.14 amd64, #918575
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/osm/osm-0.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/osm/osm-0.14.ebuild b/app-emacs/osm/osm-0.14.ebuild index e18c2dbd3553..b4b3876d52d5 100644 --- a/app-emacs/osm/osm-0.14.ebuild +++ b/app-emacs/osm/osm-0.14.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+" |