dev-cpp/ms-gsl: sync eclass ebuild changes to live ebuild

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2020-06-14 12:57:36 -07:00
parent 675f3d9347
commit 6c4dab36fe

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit cmake-utils git-r3
inherit cmake git-r3
DESCRIPTION="Guideline Support Library implementation by Microsoft"
HOMEPAGE="https://github.com/Microsoft/GSL"
@@ -29,5 +29,5 @@ src_configure() {
local mycmakeargs=(
-DGSL_TEST=$(usex test)
)
cmake-utils_src_configure
cmake_src_configure
}