diff options
author | 2020-06-03 17:16:52 +0200 | |
---|---|---|
committer | 2020-06-03 17:17:31 +0200 | |
commit | 7459fb3506f9304b089f19c393949129482af38a (patch) | |
tree | 81efa1dd9ee0418a0753f3388fc94444705a7bfd /net-libs | |
parent | media-sound/grip: ppc64 stable wrt bug #726774 (diff) | |
download | gentoo-7459fb3506f9304b089f19c393949129482af38a.tar.gz gentoo-7459fb3506f9304b089f19c393949129482af38a.tar.bz2 gentoo-7459fb3506f9304b089f19c393949129482af38a.zip |
net-libs/nghttp2: ppc64 stable wrt bug #726834
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nghttp2/nghttp2-1.41.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-1.41.0.ebuild b/net-libs/nghttp2/nghttp2-1.41.0.ebuild index f5689e54225f..635883977fcd 100644 --- a/net-libs/nghttp2/nghttp2-1.41.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.41.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 ~sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sparc x86" fi DESCRIPTION="HTTP/2 C Library" |