diff options
author | Sam James <sam@gentoo.org> | 2023-01-03 18:28:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-03 18:28:18 +0000 |
commit | fc4ab05e7970227092a1cf44db684cf193dc130b (patch) | |
tree | efb27cb6c5fd1b4460fbf9245dd254822fc1ab6a /app-emacs/emacs-openrc/emacs-openrc-0.0.0.ebuild | |
parent | app-emacs/emacs-eix: Stabilize 0.0.0 x86, #889548 (diff) | |
download | gentoo-fc4ab05e7970227092a1cf44db684cf193dc130b.tar.gz gentoo-fc4ab05e7970227092a1cf44db684cf193dc130b.tar.bz2 gentoo-fc4ab05e7970227092a1cf44db684cf193dc130b.zip |
app-emacs/emacs-openrc: Stabilize 0.0.0 amd64, #889550
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/emacs-openrc/emacs-openrc-0.0.0.ebuild')
-rw-r--r-- | app-emacs/emacs-openrc/emacs-openrc-0.0.0.ebuild | 4 |
1 files 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+" |