aboutsummaryrefslogtreecommitdiff
path: root/app-crypt/clevis/clevis-18.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/clevis/clevis-18.ebuild')
-rw-r--r--app-crypt/clevis/clevis-18.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/app-crypt/clevis/clevis-18.ebuild b/app-crypt/clevis/clevis-18.ebuild
index 7e7b307..43912b1 100644
--- a/app-crypt/clevis/clevis-18.ebuild
+++ b/app-crypt/clevis/clevis-18.ebuild
@@ -5,10 +5,6 @@ EAPI=8
inherit meson
-PATCHES=(
- "${FILESDIR}/${PN}-dracut.patch"
-)
-
DESCRIPTION="Automated Encryption Framework"
HOMEPAGE="https://github.com/latchset/clevis"
SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -27,6 +23,6 @@ DEPEND="luks? ( app-misc/jq )
RDEPEND="${DEPEND}"
BDEPEND=""
-src_configure() {
- meson_src_configure
-}
+PATCHES=(
+ "${FILESDIR}/${PN}-dracut.patch"
+)