diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-01-15 20:49:54 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-01-15 22:20:40 +0100 |
commit | dd624aafb22cdb3d71680cf2b4bbc6f2ab820149 (patch) | |
tree | 1a0c2a15f6e606d39dd5853bab10388342f30611 /app-emacs/elpher | |
parent | app-emacs/async: drop old 1.9.7 (diff) | |
download | gentoo-dd624aafb22cdb3d71680cf2b4bbc6f2ab820149.tar.gz gentoo-dd624aafb22cdb3d71680cf2b4bbc6f2ab820149.tar.bz2 gentoo-dd624aafb22cdb3d71680cf2b4bbc6f2ab820149.zip |
app-emacs: mark all KEYWORDS as unstable for live 9999 templates
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/elpher')
-rw-r--r-- | app-emacs/elpher/elpher-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/elpher/elpher-9999.ebuild b/app-emacs/elpher/elpher-9999.ebuild index 2b588b300012..3158f781fa81 100644 --- a/app-emacs/elpher/elpher-9999.ebuild +++ b/app-emacs/elpher/elpher-9999.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 @@ -22,7 +22,7 @@ else else die "could not generate SRC_URI" fi - KEYWORDS="amd64 x86" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-3+" |