# Copyright 2025 BaldEagleOS Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 CMAKE_MAKEFILE_GENERATOR="emake" inherit cmake flag-o-matic DESCRIPTION="A portable C++ preprocessor" HOMEPAGE="https://github.com/zeroc-ice/mcpp" SRC_URI="https://github.com/zeroc-ice/mcpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/mcpp-${PV} LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86 ~x64-macos" src_configure() { append-cflags -std=gnu17 cmake_src_configure }