diff options
author | Sam James <sam@gentoo.org> | 2021-06-02 16:42:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-02 16:42:46 +0000 |
commit | e1ed17a37463ad421e312a0352e3171db4c7d9c0 (patch) | |
tree | 470970a2eff15a1e9b208bf2f99297fcc731df61 /dev-cpp | |
parent | net-p2p/vuze: Stabilize 5.7.6.0-r1 amd64, #793824 (diff) | |
download | gentoo-e1ed17a37463ad421e312a0352e3171db4c7d9c0.tar.gz gentoo-e1ed17a37463ad421e312a0352e3171db4c7d9c0.tar.bz2 gentoo-e1ed17a37463ad421e312a0352e3171db4c7d9c0.zip |
dev-cpp/range-v3: Stabilize 0.11.0 amd64, #793896
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/range-v3/range-v3-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/range-v3/range-v3-0.11.0.ebuild b/dev-cpp/range-v3/range-v3-0.11.0.ebuild index a12572613b50..c1e6dbe55a00 100644 --- a/dev-cpp/range-v3/range-v3-0.11.0.ebuild +++ b/dev-cpp/range-v3/range-v3-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~ppc64" +KEYWORDS="amd64 ~ppc64" IUSE="test" RESTRICT="!test? ( test )" |