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: 1672350525.4542d310ff3b1472ae3e20bd85cd26bb278d216b.sam@gentoo
1 commit: 4542d310ff3b1472ae3e20bd85cd26bb278d216b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 21:48:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 21:48:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4542d310
7
8 dev-cpp/asio: Stabilize 1.24.0 ppc64, #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 35bfa44f6335..0c938c3ece78 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 )"