summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-10-08 06:29:04 +0200
committerJeroen Roovers <jer@gentoo.org>2019-10-08 17:16:04 +0200
commit782aa9dcf22439fdb1698038035e4bca46ee595c (patch)
tree48d6afdcc87a17fb56cc6a3efba39b311e08bd5d /net-libs
parentwww-apps/mediawiki-1.33.1: bump (diff)
downloadgentoo-782aa9dcf22439fdb1698038035e4bca46ee595c.tar.gz
gentoo-782aa9dcf22439fdb1698038035e4bca46ee595c.tar.bz2
gentoo-782aa9dcf22439fdb1698038035e4bca46ee595c.zip
net-libs/nghttp3: 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')
-rw-r--r--net-libs/nghttp3/nghttp3-0_pre20190912.ebuild2
-rw-r--r--net-libs/nghttp3/nghttp3-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild b/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild
index 48b5fc1f2854..82c8375e72b0 100644
--- a/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild
+++ b/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild
@@ -12,7 +12,7 @@ else
GIT_COMMIT="51379a041174ad953dc6ad437712f3b279f81919"
SRC_URI="https://github.com/ngtcp2/nghttp3/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~hppa"
fi
DESCRIPTION="HTTP/3 library written in C"
diff --git a/net-libs/nghttp3/nghttp3-9999.ebuild b/net-libs/nghttp3/nghttp3-9999.ebuild
index 9bc601bc0316..7df7eb88b3ac 100644
--- a/net-libs/nghttp3/nghttp3-9999.ebuild
+++ b/net-libs/nghttp3/nghttp3-9999.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit autotools git-r3
else
SRC_URI="https://github.com/ngtcp2/nghttp3/releases/download/v${PV}/${P}.tar.xz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~hppa"
fi
DESCRIPTION="HTTP/3 library written in C"