From: Georgy Yakovlev Date: Tue, 26 May 2020 06:06:31 +0000 (-0700) Subject: dev-vcs/hub: add ~ppc64 keyword X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c8f19733b58e4450322d2d2722accb3600097fd5;p=gentoo.git dev-vcs/hub: add ~ppc64 keyword Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev --- diff --git a/dev-vcs/hub/hub-2.14.1.ebuild b/dev-vcs/hub/hub-2.14.1.ebuild index 23deae8f3cc7..6f8110005117 100644 --- a/dev-vcs/hub/hub-2.14.1.ebuild +++ b/dev-vcs/hub/hub-2.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/github/hub/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=">=dev-vcs/git-1.7.3"