commit: fc4ab05e7970227092a1cf44db684cf193dc130b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 3 18:28:18 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 3 18:28:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4ab05e
app-emacs/emacs-openrc: Stabilize 0.0.0 amd64, #889550
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/emacs-openrc/emacs-openrc-0.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/emacs-openrc/emacs-openrc-0.0.0.ebuild
b/app-emacs/emacs-openrc/emacs-openrc-0.0.0.ebuild
index f312b46f306e..4ceafd6463c9 100644
--- a/app-emacs/emacs-openrc/emacs-openrc-0.0.0.ebuild
+++ b/app-emacs/emacs-openrc/emacs-openrc-0.0.0.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 @@ if [[ ${PV} == *9999* ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git"
else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="GPL-2+"