diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-16 14:35:46 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-16 14:35:46 +0100 |
commit | a29e0c919c20801cf1ceac212a9989bc4861ff31 (patch) | |
tree | 2e0df9a931a3952ff67e7f65f2aecf4adeaf53d5 /app-emacs | |
parent | app-emacs/buttercup: Stabilize 1.29 ALLARCHES, #891027 (diff) | |
download | gentoo-a29e0c919c20801cf1ceac212a9989bc4861ff31.tar.gz gentoo-a29e0c919c20801cf1ceac212a9989bc4861ff31.tar.bz2 gentoo-a29e0c919c20801cf1ceac212a9989bc4861ff31.zip |
app-emacs/org-mode: Stabilize 9.6 ALLARCHES, #891029
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/org-mode/org-mode-9.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/org-mode/org-mode-9.6.ebuild b/app-emacs/org-mode/org-mode-9.6.ebuild index bc7446d9fb1c..308b4b2096c6 100644 --- a/app-emacs/org-mode/org-mode-9.6.ebuild +++ b/app-emacs/org-mode/org-mode-9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,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" |