diff options
author | 2022-10-20 05:06:57 +0100 | |
---|---|---|
committer | 2022-10-20 05:16:11 +0100 | |
commit | 74bbc5b10a87ee07003821f48c3184323adb2998 (patch) | |
tree | 6958413cf83e0eb54e775d3ba8f6a1d18fb6f4ec /sys-fs/dislocker | |
parent | sys-fs/dislocker: drop 0.7.1-r3 (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-fs/dislocker/dislocker-0.7.3.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/dislocker/dislocker-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/dislocker/dislocker-0.7.3.ebuild b/sys-fs/dislocker/dislocker-0.7.3.ebuild index 645e524dff46..16d0907613c8 100644 --- a/sys-fs/dislocker/dislocker-0.7.3.ebuild +++ b/sys-fs/dislocker/dislocker-0.7.3.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" 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" |