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 22:27:22
Message-Id: 1672352823.e2c5ec478878e7230dde9021c2fbf2c6489ffb78.sam@gentoo
1 commit: e2c5ec478878e7230dde9021c2fbf2c6489ffb78
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 22:27:03 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 22:27:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c5ec47
7
8 dev-cpp/asio: Stabilize 1.24.0 ppc, #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 a6f5b5913853..120809bb1dc4 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 )"