diff options
Diffstat (limited to 'dev-cpp/argparse/argparse-2.1.ebuild')
-rw-r--r-- | dev-cpp/argparse/argparse-2.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-cpp/argparse/argparse-2.1.ebuild b/dev-cpp/argparse/argparse-2.1.ebuild index e816482a83fd..ddc41fdbc22b 100644 --- a/dev-cpp/argparse/argparse-2.1.ebuild +++ b/dev-cpp/argparse/argparse-2.1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -CMAKE_ECLASS="cmake" - inherit cmake-multilib DESCRIPTION="Argument Parser for Modern C++" |