diff options
author | Sam James <sam@gentoo.org> | 2023-01-16 14:32:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-16 14:32:23 +0000 |
commit | 066d5f4ebf86009e8015824168c49011862d2890 (patch) | |
tree | b6f958ae40caa1093896f56f0982f0f437251044 /app-emacs | |
parent | app-emacs/compat: Stabilize 28.1.2.2 ALLARCHES, #891021 (diff) | |
download | gentoo-066d5f4ebf86009e8015824168c49011862d2890.tar.gz gentoo-066d5f4ebf86009e8015824168c49011862d2890.tar.bz2 gentoo-066d5f4ebf86009e8015824168c49011862d2890.zip |
app-emacs/ghub: Stabilize 3.5.6 ALLARCHES, #891025
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ghub/ghub-3.5.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/ghub/ghub-3.5.6.ebuild b/app-emacs/ghub/ghub-3.5.6.ebuild index 64e656791e15..d4f6a63d4e81 100644 --- a/app-emacs/ghub/ghub-3.5.6.ebuild +++ b/app-emacs/ghub/ghub-3.5.6.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" SITEFILE="50${PN}-gentoo.el" ELISP_TEXINFO="docs/ghub.texi" |