# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake flag-o-matic toolchain-funcs DESCRIPTION="GNUstep Objective-C runtime" HOMEPAGE="https://gnustep.github.io" SRC_URI="https://github.com/gnustep/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="libdispatch test" RESTRICT="!test? ( test )" RDEPEND=" dev-cpp/robin-map libdispatch? ( >=dev-libs/libdispatch-6.1.1 !