diff options
author | Sam James <sam@gentoo.org> | 2022-02-14 20:49:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-14 20:49:40 +0000 |
commit | e7177b02d8a4368b4553fb9f35f147d1a0756381 (patch) | |
tree | 8258de708c430444b3567059b28292e4b6693d12 /app-emacs | |
parent | app-emacs/with-editor: Stabilize 3.0.5 ALLARCHES, #833349 (diff) | |
download | gentoo-e7177b02d8a4368b4553fb9f35f147d1a0756381.tar.gz gentoo-e7177b02d8a4368b4553fb9f35f147d1a0756381.tar.bz2 gentoo-e7177b02d8a4368b4553fb9f35f147d1a0756381.zip |
app-emacs/ghub: Stabilize 3.5.4 ALLARCHES, #833349
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ghub/ghub-3.5.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/ghub/ghub-3.5.4.ebuild b/app-emacs/ghub/ghub-3.5.4.ebuild index b4d2f0b5ef1c..ff3df1514bdf 100644 --- a/app-emacs/ghub/ghub-3.5.4.ebuild +++ b/app-emacs/ghub/ghub-3.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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="*.texi" |