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/asio/
Date: Thu, 29 Dec 2022 21:49:00
Message-Id: 1672350529.24b474f938ecf9b96bc6502ec58f8e8b90979e87.sam@gentoo
1 commit: 24b474f938ecf9b96bc6502ec58f8e8b90979e87
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 21:48:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 21:48:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b474f9
7
8 dev-cpp/asio: Stabilize 1.24.0 x86, #888902
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/asio/asio-1.24.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/asio/asio-1.24.0.ebuild b/dev-cpp/asio/asio-1.24.0.ebuild
16 index 161cea16c532..a6f5b5913853 100644
17 --- a/dev-cpp/asio/asio-1.24.0.ebuild
18 +++ b/dev-cpp/asio/asio-1.24.0.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2"
20
21 LICENSE="Boost-1.0"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc ~x86"
24 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv sparc x86"
25 IUSE="doc examples test"
26 RESTRICT="!test? ( test )"