diff options
Diffstat (limited to 'app-emacs/ghub')
-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" |