diff options
author | 2024-02-15 09:54:03 -0800 | |
---|---|---|
committer | 2024-02-15 09:54:03 -0800 | |
commit | 5a36ca6b4f660dbf37356f89908aab9e715d2700 (patch) | |
tree | 9dcfab3569d64ca85be020af4d4e21b5abb00a52 /dev-libs/cxxopts | |
parent | www-client/pybugz: multiple small fixes (diff) | |
download | gentoo-5a36ca6b4f660dbf37356f89908aab9e715d2700.tar.gz gentoo-5a36ca6b4f660dbf37356f89908aab9e715d2700.tar.bz2 gentoo-5a36ca6b4f660dbf37356f89908aab9e715d2700.zip |
dev-libs/cxxopts: add 3.2.0, drop 3.1.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-libs/cxxopts')
-rw-r--r-- | dev-libs/cxxopts/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/cxxopts/cxxopts-3.2.0.ebuild (renamed from dev-libs/cxxopts/cxxopts-3.1.0.ebuild) | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-libs/cxxopts/Manifest b/dev-libs/cxxopts/Manifest index 443b73a4ee56..7c4f5f353d16 100644 --- a/dev-libs/cxxopts/Manifest +++ b/dev-libs/cxxopts/Manifest @@ -1,2 +1,2 @@ DIST cxxopts-3.0.0.tar.gz 97020 BLAKE2B 129b055dd03ce9e4a146d36587063f7155b47456d81e395ae6eeab8012e8d6cfcb410c305353f2ac2ec66a2f3e8d6169e1a0d27c53dcb35388b967d3c9cc86f1 SHA512 239479a3b35ddef6fc380ac9371e1cf7e3aea066f03e1ea538151fa2fff4296838daa976d55e988d8f87f40c0ae027767bcb214754177499413af1081315565c -DIST cxxopts-3.1.0.tar.gz 101547 BLAKE2B 0e8d17c2f75fbc3326a67c1787eb80177a72e07e79862288498b4bb97a395269a4b14749db4ea14292b77d6b883f8dc9a33a4001c699e53e51b63c7d14e9ece0 SHA512 bfb593f6393160ae3eeff1fe7bc77394606c3af6ae3b785f9740d178514a8fd286556440aa8a2932633f65b6336695fa286d503f3ac544d0f73affd49051e85d +DIST cxxopts-3.2.0.tar.gz 160534 BLAKE2B b6fead8930e83b4af089631e584bec0777da2e7b58aeb5e44b03a1655795dd3aff3923a245699e936bef7e0e871da2c86dd5639d44a839f1ac305a694e811feb SHA512 7265de66b92591255488d01bc26ca874423c75223e2e157a99f14fdd3e92e8d2669b72732acac3ce835190f1a09c13a994c480f0513f229eba8aa008e3d98955 diff --git a/dev-libs/cxxopts/cxxopts-3.1.0.ebuild b/dev-libs/cxxopts/cxxopts-3.2.0.ebuild index 697162ee0804..ac666ef57060 100644 --- a/dev-libs/cxxopts/cxxopts-3.1.0.ebuild +++ b/dev-libs/cxxopts/cxxopts-3.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="icu test" -RESTRICT="!test? ( test )" +RESTRICT=" + !test? ( test ) +" DOCS=( README.md |