Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/
Date: Sun, 14 Oct 2018 08:50:51
Message-Id: 1539507019.b2afbb9d047fac18aa439dc63785ed84cd1308c4.slyfox@gentoo
1 commit: b2afbb9d047fac18aa439dc63785ed84cd1308c4
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 08:50:19 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 08:50:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2afbb9d
7
8 dev-cpp/websocketpp: keyworded 0.8.1 for ppc, bug #640638
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="ppc"
13
14 dev-cpp/websocketpp/websocketpp-0.8.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild b/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild
18 index 332c2d9ffca..6bf27e854c1 100644
19 --- a/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild
20 +++ b/dev-cpp/websocketpp/websocketpp-0.8.1.ebuild
21 @@ -9,7 +9,7 @@ DESCRIPTION="C++/Boost Asio based websocket client/server library"
22 HOMEPAGE="https://www.zaphoyd.com/websocketpp"
23 SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
24
25 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
26 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
27 LICENSE="BSD"
28 SLOT="0"
29 IUSE="boost examples test"