Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/popl/
Date: Fri, 25 Mar 2022 19:41:43
Message-Id: 1648236947.c10b6a6ed1d5a3dec5e4f410fb0160c5789053d1.jsmolic@gentoo
1 commit: c10b6a6ed1d5a3dec5e4f410fb0160c5789053d1
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 25 19:35:47 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 25 19:35:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10b6a6e
7
8 dev-cpp/popl: destabilize 1.2.0 for ~x86
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-cpp/popl/popl-1.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/popl/popl-1.2.0.ebuild b/dev-cpp/popl/popl-1.2.0.ebuild
16 index 5206f267709d..5728b4d18b10 100644
17 --- a/dev-cpp/popl/popl-1.2.0.ebuild
18 +++ b/dev-cpp/popl/popl-1.2.0.ebuild
19 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then
20 else
21
22 SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm ~riscv x86"
24 + KEYWORDS="amd64 ~arm ~riscv ~x86"
25 fi
26
27 LICENSE="MIT"