commit: 0555f2950397a343572a66890215f7d351357358
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 4 00:28:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 4 00:28:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0555f295
sys-fs/dislocker: fix CMake MisplacedEclassVar
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/dislocker/dislocker-0.7.3.ebuild | 3 +--
sys-fs/dislocker/dislocker-9999.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/sys-fs/dislocker/dislocker-0.7.3.ebuild
b/sys-fs/dislocker/dislocker-0.7.3.ebuild
index 59b0eed661e..645e524dff4 100644
--- a/sys-fs/dislocker/dislocker-0.7.3.ebuild
+++ b/sys-fs/dislocker/dislocker-0.7.3.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindRuby"
inherit cmake flag-o-matic
DESCRIPTION="Dislocker is used to read BitLocker encrypted partitions"
@@ -27,8 +28,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindRuby"
-
src_prepare() {
cmake_src_prepare
diff --git a/sys-fs/dislocker/dislocker-9999.ebuild
b/sys-fs/dislocker/dislocker-9999.ebuild
index 59b0eed661e..645e524dff4 100644
--- a/sys-fs/dislocker/dislocker-9999.ebuild
+++ b/sys-fs/dislocker/dislocker-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindRuby"
inherit cmake flag-o-matic
DESCRIPTION="Dislocker is used to read BitLocker encrypted partitions"
@@ -27,8 +28,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindRuby"
-
src_prepare() {
cmake_src_prepare