diff options
author | Sam James <sam@gentoo.org> | 2021-05-17 02:36:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-17 02:36:48 +0000 |
commit | 3496968bffd18c801a425b7d07d1c7c06e0eb7d7 (patch) | |
tree | 191e7b1be3b3fa7549a100ce5ede3314fc03b80e /dev-libs | |
parent | app-admin/xstow: Stabilize 1.0.2 amd64, #790065 (diff) | |
download | gentoo-3496968bffd18c801a425b7d07d1c7c06e0eb7d7.tar.gz gentoo-3496968bffd18c801a425b7d07d1c7c06e0eb7d7.tar.bz2 gentoo-3496968bffd18c801a425b7d07d1c7c06e0eb7d7.zip |
dev-libs/cxxopts: Stabilize 2.2.1-r1 amd64, #790410
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/cxxopts/cxxopts-2.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/cxxopts/cxxopts-2.2.1-r1.ebuild b/dev-libs/cxxopts/cxxopts-2.2.1-r1.ebuild index a12d45e45ebc..96b57b0c39e8 100644 --- a/dev-libs/cxxopts/cxxopts-2.2.1-r1.ebuild +++ b/dev-libs/cxxopts/cxxopts-2.2.1-r1.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/jarro2783/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |