From a5e0a3ef384002c2ae2a92451091f02700c43188 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 30 May 2022 23:36:38 +0200 Subject: sci-libs/dart: use edos2unix eclass Signed-off-by: Alessandro Barbieri --- sci-libs/dart/dart-6.12.1-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sci-libs') diff --git a/sci-libs/dart/dart-6.12.1-r2.ebuild b/sci-libs/dart/dart-6.12.1-r2.ebuild index 9fbd064b4..d1e91fb44 100644 --- a/sci-libs/dart/dart-6.12.1-r2.ebuild +++ b/sci-libs/dart/dart-6.12.1-r2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} ) CMAKE_BUILD_TYPE="Release" -inherit cmake python-single-r1 +inherit cmake edos2unix python-single-r1 DESCRIPTION="Dynamic Animation and Robotics Toolkit" HOMEPAGE=" @@ -61,7 +61,6 @@ DEPEND=" test? ( dev-cpp/gtest ) " BDEPEND=" - app-text/dos2unix doc? ( app-doc/doxygen ) test? ( python? ( $(python_gen_cond_dep 'dev-python/pytest[${PYTHON_USEDEP}]') ) ) " @@ -91,7 +90,7 @@ src_prepare() { rm -r dart/external/{imgui,lodepng} || die # delete deprecated examples rm -r examples/deprecated_examples || die - dos2unix unittests/CMakeLists.txt || die + edos2unix unittests/CMakeLists.txt cmake_src_prepare } -- cgit v1.2.3-65-gdbad