summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-01-15 20:49:54 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-01-15 22:20:40 +0100
commitdd624aafb22cdb3d71680cf2b4bbc6f2ab820149 (patch)
tree1a0c2a15f6e606d39dd5853bab10388342f30611 /app-emacs
parentapp-emacs/async: drop old 1.9.7 (diff)
downloadgentoo-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')
-rw-r--r--app-emacs/elpher/elpher-9999.ebuild4
-rw-r--r--app-emacs/vue-html-mode/vue-html-mode-9999.ebuild2
-rw-r--r--app-emacs/vue-mode/vue-mode-9999.ebuild2
3 files changed, 4 insertions, 4 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+"
diff --git a/app-emacs/vue-html-mode/vue-html-mode-9999.ebuild b/app-emacs/vue-html-mode/vue-html-mode-9999.ebuild
index 45107b950464..b1b342c0b34d 100644
--- a/app-emacs/vue-html-mode/vue-html-mode-9999.ebuild
+++ b/app-emacs/vue-html-mode/vue-html-mode-9999.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]] ; then
else
SRC_URI="https://github.com/AdamNiederer/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="amd64 ~x86"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3+"
diff --git a/app-emacs/vue-mode/vue-mode-9999.ebuild b/app-emacs/vue-mode/vue-mode-9999.ebuild
index e9c6f1eac018..9d29203f1a69 100644
--- a/app-emacs/vue-mode/vue-mode-9999.ebuild
+++ b/app-emacs/vue-mode/vue-mode-9999.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]] ; then
else
SRC_URI="https://github.com/AdamNiederer/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="amd64 ~x86"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3+"