Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/
Date: Sun, 10 Dec 2017 02:27:57
Message-Id: 1512872745.be87fbb265a2add71c2c9310dbcca9bf229f8ae5.blueness@gentoo
1 commit: be87fbb265a2add71c2c9310dbcca9bf229f8ae5
2 Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
3 AuthorDate: Wed Dec 6 13:09:45 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 02:25:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be87fbb2
7
8 dev-cpp/websocketpp: keyword ~arm64
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 dev-cpp/websocketpp/websocketpp-0.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild
16 index d5bfee65e1b..5b9f92cf26a 100644
17 --- a/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild
18 +++ b/dev-cpp/websocketpp/websocketpp-0.7.0.ebuild
19 @@ -9,7 +9,7 @@ DESCRIPTION="C++/Boost Asio based websocket client/server library"
20 HOMEPAGE="http://www.zaphoyd.com/websocketpp"
21 SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
22
23 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
25 LICENSE="BSD"
26 SLOT="0"
27 IUSE="boost examples test"