diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-13 21:51:49 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-13 21:51:49 +0100 |
commit | 033e6e5c8b34902eb520f5cf6451708167f42a47 (patch) | |
tree | 06cb7bbae0118a24a815585993e0caef70c3ee04 | |
parent | sys-kernel/git-sources: Linux patch 5.17-rc4 (diff) | |
download | gentoo-033e6e5c8b34902eb520f5cf6451708167f42a47.tar.gz gentoo-033e6e5c8b34902eb520f5cf6451708167f42a47.tar.bz2 gentoo-033e6e5c8b34902eb520f5cf6451708167f42a47.zip |
app-emacs/org-mode: Stabilize 9.5.2 ALLARCHES, #833282
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | app-emacs/org-mode/org-mode-9.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/org-mode/org-mode-9.5.2.ebuild b/app-emacs/org-mode/org-mode-9.5.2.ebuild index d4f4644be22f..b6eef4f3f30e 100644 --- a/app-emacs/org-mode/org-mode-9.5.2.ebuild +++ b/app-emacs/org-mode/org-mode-9.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-3+ FDL-1.3+ CC-BY-SA-3.0 odt-schema? ( OASIS-Open )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="doc odt-schema" RESTRICT="test" |