summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-04-03 14:59:30 +0200
committerJeroen Roovers <jer@gentoo.org>2016-04-03 15:00:47 +0200
commit7e34088ab6cc91117d002443bf75d6891a508aee (patch)
treebabf3608dd5c8b7033ce0b3a3a15f60770304e74 /net-libs/http-parser
parentgnome2.eclass/gnome2-utils.eclass: implement eapi6 support and take advantage... (diff)
downloadgentoo-7e34088ab6cc91117d002443bf75d6891a508aee.tar.gz
gentoo-7e34088ab6cc91117d002443bf75d6891a508aee.tar.bz2
gentoo-7e34088ab6cc91117d002443bf75d6891a508aee.zip
net-libs/http-parser: Mark ~ppc64 (bug #575322).
Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches
Diffstat (limited to 'net-libs/http-parser')
-rw-r--r--net-libs/http-parser/http-parser-2.6.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/http-parser/http-parser-2.6.2.ebuild b/net-libs/http-parser/http-parser-2.6.2.ebuild
index ae7e9ebe60d2..a820322b335d 100644
--- a/net-libs/http-parser/http-parser-2.6.2.ebuild
+++ b/net-libs/http-parser/http-parser-2.6.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x64-macos ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos ~x64-solaris"
IUSE="static-libs"
# https://github.com/nodejs/http-parser/pull/272