diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-25 23:06:31 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-25 23:06:55 -0700 |
commit | c8f19733b58e4450322d2d2722accb3600097fd5 (patch) | |
tree | 397aecb88cd8c6fc26ef515a397e90a7cb2e8b6e /dev-vcs | |
parent | dev-ruby/ruby-oembed: add 0.13.1 (diff) | |
download | gentoo-c8f19733b58e4450322d2d2722accb3600097fd5.tar.gz gentoo-c8f19733b58e4450322d2d2722accb3600097fd5.tar.bz2 gentoo-c8f19733b58e4450322d2d2722accb3600097fd5.zip |
dev-vcs/hub: add ~ppc64 keyword
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hub/hub-2.14.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |