diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-10-08 06:32:22 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-10-08 17:16:04 +0200 |
commit | 58a572d2e5e8fdca6ec761b9599a9f49e41ae9e6 (patch) | |
tree | 88b57dd96206fdee157b62114ca3a006d513b934 /net-libs/ngtcp2 | |
parent | net-libs/nghttp3: Mark ~hppa too (diff) | |
download | gentoo-58a572d2e5e8fdca6ec761b9599a9f49e41ae9e6.tar.gz gentoo-58a572d2e5e8fdca6ec761b9599a9f49e41ae9e6.tar.bz2 gentoo-58a572d2e5e8fdca6ec761b9599a9f49e41ae9e6.zip |
net-libs/ngtcp2: Mark ~hppa too
Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs/ngtcp2')
-rw-r--r-- | net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild | 2 | ||||
-rw-r--r-- | net-libs/ngtcp2/ngtcp2-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild b/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild index c4f268c67043..044390610304 100644 --- a/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild +++ b/net-libs/ngtcp2/ngtcp2-0_pre20190912.ebuild @@ -12,7 +12,7 @@ else GIT_COMMIT="5122d9e5e1e91c718ebc3933252ee42522c6e942" SRC_URI="https://github.com/ngtcp2/ngtcp2/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${GIT_COMMIT}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~hppa" fi DESCRIPTION="Implementation of the IETF QUIC Protocol" diff --git a/net-libs/ngtcp2/ngtcp2-9999.ebuild b/net-libs/ngtcp2/ngtcp2-9999.ebuild index 684ca3e2c88d..43db6bf28c55 100644 --- a/net-libs/ngtcp2/ngtcp2-9999.ebuild +++ b/net-libs/ngtcp2/ngtcp2-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://github.com/ngtcp2/ngtcp2/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~hppa" fi DESCRIPTION="Implementation of the IETF QUIC Protocol" |