ext4-crypt: cmake-utils->cmake

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-08-03 12:40:55 -04:00
parent 992fc9c130
commit 9dfe394130
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors # Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
inherit cmake-utils linux-info inherit cmake linux-info
DESCRIPTION="A userspace tool to create ext4 encrypted directories" DESCRIPTION="A userspace tool to create ext4 encrypted directories"
HOMEPAGE="https://github.com/gdelugre/ext4-crypt" HOMEPAGE="https://github.com/gdelugre/ext4-crypt"
@ -39,7 +39,7 @@ src_prepare() {
sed -e "s/set(CMAKE_EXE_LINKER_FLAGS \"-s\")//" \ sed -e "s/set(CMAKE_EXE_LINKER_FLAGS \"-s\")//" \
-i CMakeLists.txt || die "sed failed!" -i CMakeLists.txt || die "sed failed!"
cmake-utils_src_prepare cmake_src_prepare
} }
pkg_postinst() { pkg_postinst() {