Сравнение cxxopts-3.0.0 с cxxopts-3.1.0
/usr/portage/dev-libs/cxxopts/cxxopts-3.1.0.ebuild 2023-10-09 14:52:29.492368350 +0300 | ||
---|---|---|
1 |
# Copyright 2020-2022 Gentoo Authors |
|
1 |
# Copyright 2020-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="MIT" |
13 | 13 |
SLOT="0/${PV}" |
14 |
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" |
|
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" |
|
15 | 15 |
IUSE="icu test" |
16 | 16 | |
17 | 17 |
RESTRICT="!test? ( test )" |