Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/websocketpp/
Date: Sun, 05 Dec 2021 18:32:29
Message-Id: 1638729043.47984d105a310620a7e91290c19d57ba9166aa62.sam@gentoo
1 commit: 47984d105a310620a7e91290c19d57ba9166aa62
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 18:30:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 18:30:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47984d10
7
8 dev-cpp/websocketpp: Stabilize 0.8.2 x86, #828285
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/websocketpp/websocketpp-0.8.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/websocketpp/websocketpp-0.8.2.ebuild b/dev-cpp/websocketpp/websocketpp-0.8.2.ebuild
16 index 4fd225f0d3dd..f9e11a9d8c95 100644
17 --- a/dev-cpp/websocketpp/websocketpp-0.8.2.ebuild
18 +++ b/dev-cpp/websocketpp/websocketpp-0.8.2.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/zaphoyd/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
25 IUSE="examples test"
26 RESTRICT="!test? ( test )"