summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-20 05:06:57 +0100
committerSam James <sam@gentoo.org>2022-10-20 05:16:11 +0100
commit74bbc5b10a87ee07003821f48c3184323adb2998 (patch)
tree6958413cf83e0eb54e775d3ba8f6a1d18fb6f4ec /sys-fs/dislocker/dislocker-9999.ebuild
parentsys-fs/dislocker: drop 0.7.1-r3 (diff)
downloadgentoo-74bbc5b10a87ee07003821f48c3184323adb2998.tar.gz
gentoo-74bbc5b10a87ee07003821f48c3184323adb2998.tar.bz2
gentoo-74bbc5b10a87ee07003821f48c3184323adb2998.zip
sys-fs/dislocker: fix unused eclass (flag-o-matic)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/dislocker/dislocker-9999.ebuild')
-rw-r--r--sys-fs/dislocker/dislocker-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/dislocker/dislocker-9999.ebuild b/sys-fs/dislocker/dislocker-9999.ebuild
index 645e524dff46..16d0907613c8 100644
--- a/sys-fs/dislocker/dislocker-9999.ebuild
+++ b/sys-fs/dislocker/dislocker-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindRuby"
-inherit cmake flag-o-matic
+inherit cmake
DESCRIPTION="Dislocker is used to read BitLocker encrypted partitions"
HOMEPAGE="https://github.com/Aorimn/dislocker"