From 2da414be88962d44c612412691486a1b9a1ebd8a Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 15 Jan 2024 08:09:36 +0500 Subject: */*: drop cmake dep from ebuilds that inherit cmake.eclass Signed-off-by: Anna (cybertailor) Vyalkova --- sys-cluster/AXL/AXL-0.5.0.ebuild | 3 --- sys-cluster/er/er-0.1.0.ebuild | 3 --- sys-cluster/redset/redset-0.1.0.ebuild | 1 - 3 files changed, 7 deletions(-) (limited to 'sys-cluster') diff --git a/sys-cluster/AXL/AXL-0.5.0.ebuild b/sys-cluster/AXL/AXL-0.5.0.ebuild index e8deac7da..d43d456a8 100644 --- a/sys-cluster/AXL/AXL-0.5.0.ebuild +++ b/sys-cluster/AXL/AXL-0.5.0.ebuild @@ -19,9 +19,6 @@ RDEPEND=" sys-libs/zlib " DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-util/cmake-2.8 -" RESTRICT="!test? ( test )" PATCHES=( diff --git a/sys-cluster/er/er-0.1.0.ebuild b/sys-cluster/er/er-0.1.0.ebuild index a39f3afd6..89e0c177b 100644 --- a/sys-cluster/er/er-0.1.0.ebuild +++ b/sys-cluster/er/er-0.1.0.ebuild @@ -22,9 +22,6 @@ RDEPEND=" virtual/mpi " DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-util/cmake-2.8 -" PATCHES=( "${FILESDIR}/${P}-no-static.patch" ) RESTRICT="!test? ( test )" diff --git a/sys-cluster/redset/redset-0.1.0.ebuild b/sys-cluster/redset/redset-0.1.0.ebuild index 9ca71f99d..a3a77576c 100644 --- a/sys-cluster/redset/redset-0.1.0.ebuild +++ b/sys-cluster/redset/redset-0.1.0.ebuild @@ -26,7 +26,6 @@ DEPEND=" slurm? ( sys-cluster/slurm ) ) " -BDEPEND=">=dev-util/cmake-2.8" RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/${P}-no-static.patch" ) -- cgit v1.2.3-65-gdbad