diff options
author | Sam James <sam@gentoo.org> | 2022-09-25 02:16:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-25 02:16:56 +0100 |
commit | 0945fb64ae840e62c317747653b43e701f6c5f3b (patch) | |
tree | 77cfb6840d4e747d3bdaaee8f07c52aecd002d6a /dev-cpp | |
parent | net-fs/sshfs: Stabilize 3.7.3 amd64, #872659 (diff) | |
download | gentoo-0945fb64ae840e62c317747653b43e701f6c5f3b.tar.gz gentoo-0945fb64ae840e62c317747653b43e701f6c5f3b.tar.bz2 gentoo-0945fb64ae840e62c317747653b43e701f6c5f3b.zip |
dev-cpp/range-v3: Stabilize 0.12.0 amd64, #872701
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/range-v3/range-v3-0.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/range-v3/range-v3-0.12.0.ebuild b/dev-cpp/range-v3/range-v3-0.12.0.ebuild index e3e0a4cc2eea..70c7b75d70a8 100644 --- a/dev-cpp/range-v3/range-v3-0.12.0.ebuild +++ b/dev-cpp/range-v3/range-v3-0.12.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ericniebler/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" |