diff options
Diffstat (limited to 'app-crypt/clevis/clevis-18.ebuild')
-rw-r--r-- | app-crypt/clevis/clevis-18.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-crypt/clevis/clevis-18.ebuild b/app-crypt/clevis/clevis-18.ebuild index 0c165ea..7e7b307 100644 --- a/app-crypt/clevis/clevis-18.ebuild +++ b/app-crypt/clevis/clevis-18.ebuild @@ -5,6 +5,10 @@ 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" |