commit: dd624aafb22cdb3d71680cf2b4bbc6f2ab820149
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 19:49:54 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 21:20:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd624aaf
app-emacs: mark all KEYWORDS as unstable for live 9999 templates
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/elpher/elpher-9999.ebuild | 4 ++--
app-emacs/vue-html-mode/vue-html-mode-9999.ebuild | 2 +-
app-emacs/vue-mode/vue-mode-9999.ebuild | 2 +-
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+"