diff options
author | Sam James <sam@gentoo.org> | 2022-09-09 09:58:41 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-09 09:58:41 +0200 |
commit | 4f9c1816f3501774122d50594e3081ebd68dcf6b (patch) | |
tree | 28ce59b57f4a94dfe690b5542f948efee3247b35 /dev-cpp | |
parent | dev-cpp/argparse: add 2.6, tests (diff) | |
download | gentoo-4f9c1816f3501774122d50594e3081ebd68dcf6b.tar.gz gentoo-4f9c1816f3501774122d50594e3081ebd68dcf6b.tar.bz2 gentoo-4f9c1816f3501774122d50594e3081ebd68dcf6b.zip |
dev-cpp/argparse: drop multilib, EAPI 8
No reverse dependencies (and therefore no multilib reverse dependencies).
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/argparse/argparse-2.1-r1.ebuild (renamed from dev-cpp/argparse/argparse-2.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/argparse/argparse-2.1.ebuild b/dev-cpp/argparse/argparse-2.1-r1.ebuild index ddc41fdbc22b..67e32ea4d3d2 100644 --- a/dev-cpp/argparse/argparse-2.1.ebuild +++ b/dev-cpp/argparse/argparse-2.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit cmake-multilib +inherit cmake DESCRIPTION="Argument Parser for Modern C++" HOMEPAGE="https://github.com/p-ranav/argparse" |