aboutsummaryrefslogtreecommitdiff
path: root/app-crypt/clevis/clevis-18.ebuild
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2022-04-08 07:56:32 -0400
committerJulien Roy <julien@jroy.ca>2022-04-08 07:56:32 -0400
commitc0f9cfc2cc8edfdd4fa815508ce09a1c8ccb38f1 (patch)
treebc41dad16a4368f3954ab6a40002084bd5a04a22 /app-crypt/clevis/clevis-18.ebuild
parent9f2b3034b38a4f3a8a11b4d746da5bb5e0b9a7ce (diff)
downloadMrRoy-Overlay-c0f9cfc2cc8edfdd4fa815508ce09a1c8ccb38f1.tar.gz
MrRoy-Overlay-c0f9cfc2cc8edfdd4fa815508ce09a1c8ccb38f1.tar.bz2
MrRoy-Overlay-c0f9cfc2cc8edfdd4fa815508ce09a1c8ccb38f1.zip
Fixed layout
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"
+)