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/range-v3/
Date: Sun, 25 Sep 2022 01:18:11
Message-Id: 1664068616.0945fb64ae840e62c317747653b43e701f6c5f3b.sam@gentoo
1 commit: 0945fb64ae840e62c317747653b43e701f6c5f3b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 01:16:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 01:16:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0945fb64
7
8 dev-cpp/range-v3: Stabilize 0.12.0 amd64, #872701
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/range-v3/range-v3-0.12.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/range-v3/range-v3-0.12.0.ebuild b/dev-cpp/range-v3/range-v3-0.12.0.ebuild
16 index e3e0a4cc2eea..70c7b75d70a8 100644
17 --- a/dev-cpp/range-v3/range-v3-0.12.0.ebuild
18 +++ b/dev-cpp/range-v3/range-v3-0.12.0.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ericniebler/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
20
21 LICENSE="Boost-1.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
24 +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
25 IUSE="test"
26 RESTRICT="!test? ( test )"