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-libs/cxxopts/
Date: Mon, 17 May 2021 02:37:07
Message-Id: 1621219008.3496968bffd18c801a425b7d07d1c7c06e0eb7d7.sam@gentoo
1 commit: 3496968bffd18c801a425b7d07d1c7c06e0eb7d7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 17 02:36:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 02:36:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3496968b
7
8 dev-libs/cxxopts: Stabilize 2.2.1-r1 amd64, #790410
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/cxxopts/cxxopts-2.2.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/cxxopts/cxxopts-2.2.1-r1.ebuild b/dev-libs/cxxopts/cxxopts-2.2.1-r1.ebuild
16 index a12d45e45eb..96b57b0c39e 100644
17 --- a/dev-libs/cxxopts/cxxopts-2.2.1-r1.ebuild
18 +++ b/dev-libs/cxxopts/cxxopts-2.2.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2020 Gentoo Authors
21 +# Copyright 2020-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/jarro2783/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
26
27 LICENSE="MIT"
28 SLOT="0/${PV}"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
31 IUSE="test"
32
33 RESTRICT="!test? ( test )"