diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-10 14:47:21 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-10 14:47:21 +0100 |
commit | 9fc9d0324f7c582550ad2314d751b8c9f9acca23 (patch) | |
tree | af811c8f5ea5cf837f7ca45c2670d848f20bb54b /net-libs/libwebsockets | |
parent | dev-python/mccabe: keyworded 0.6.1-r2 for ppc (diff) | |
download | gentoo-9fc9d0324f7c582550ad2314d751b8c9f9acca23.tar.gz gentoo-9fc9d0324f7c582550ad2314d751b8c9f9acca23.tar.bz2 gentoo-9fc9d0324f7c582550ad2314d751b8c9f9acca23.zip |
net-libs/libwebsockets: keyworded 4.1.2 for ppc
keyworded wrt bug #744664
Package-Manager: Portage-3.0.8, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-libs/libwebsockets')
-rw-r--r-- | net-libs/libwebsockets/libwebsockets-4.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libwebsockets/libwebsockets-4.1.2.ebuild b/net-libs/libwebsockets/libwebsockets-4.1.2.ebuild index 037328b71c72..30dbd55c5f2f 100644 --- a/net-libs/libwebsockets/libwebsockets-4.1.2.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.1.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0/17" # libwebsockets.so.17 -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="access-log caps cgi client dbus generic-sessions http-proxy http2 ipv6 +lejp libev libevent libressl libuv mbedtls peer-limits server-status smtp socks5 sqlite3 ssl static-libs threads zip" |