diff options
author | Alexey Korepanov <kaikaikai@yandex.ru> | 2017-12-06 13:09:45 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-09 21:25:45 -0500 |
commit | be87fbb265a2add71c2c9310dbcca9bf229f8ae5 (patch) | |
tree | 7a1f88e98b082c749a475128c1220103a49a6117 /dev-cpp | |
parent | net-vpn/i2pd: keyword ~arm64 (diff) | |
download | gentoo-be87fbb265a2add71c2c9310dbcca9bf229f8ae5.tar.gz gentoo-be87fbb265a2add71c2c9310dbcca9bf229f8ae5.tar.bz2 gentoo-be87fbb265a2add71c2c9310dbcca9bf229f8ae5.zip |
dev-cpp/websocketpp: keyword ~arm64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/websocketpp/websocketpp-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild index d5bfee65e1b3..5b9f92cf26a3 100644 --- a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild +++ b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="C++/Boost Asio based websocket client/server library" HOMEPAGE="http://www.zaphoyd.com/websocketpp" SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" LICENSE="BSD" SLOT="0" IUSE="boost examples test" |