diff options
author | 2024-01-22 05:03:50 +0000 | |
---|---|---|
committer | 2024-01-22 05:03:50 +0000 | |
commit | 0c016336d4b9c4f157805529880e62394b6394ce (patch) | |
tree | 4dcde5ee48f7d5d960aab4fea2b353b9d51fee2f /app-emacs | |
parent | net-irc/weechat: Stabilize 4.1.2 arm64, #922662 (diff) | |
download | gentoo-0c016336d4b9c4f157805529880e62394b6394ce.tar.gz gentoo-0c016336d4b9c4f157805529880e62394b6394ce.tar.bz2 gentoo-0c016336d4b9c4f157805529880e62394b6394ce.zip |
app-emacs/org-mode: Stabilize 9.6.13 ALLARCHES, #922660
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/org-mode/org-mode-9.6.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/org-mode/org-mode-9.6.13.ebuild b/app-emacs/org-mode/org-mode-9.6.13.ebuild index 77e4614e18c6..5acbbfad3f9e 100644 --- a/app-emacs/org-mode/org-mode-9.6.13.ebuild +++ b/app-emacs/org-mode/org-mode-9.6.13.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 @@ -13,7 +13,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" |