1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 18:12:39 +01:00

app-crypt/clevis: Port to EAPI 7, drop old

This commit is contained in:
2020-01-05 18:09:52 +01:00
parent e5fd0a2f7a
commit 79c1bffb02
5 changed files with 19 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit meson systemd
@@ -14,7 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bash-completion dracut udisks"
DEPEND="app-text/asciidoc
DEPEND="
app-text/asciidoc
>=sys-fs/luksmeta-8
dev-libs/openssl:0=
>=dev-libs/jansson-2.10
@@ -24,5 +25,6 @@ DEPEND="app-text/asciidoc
dracut? ( sys-kernel/dracut )
udisks? ( sys-fs/udisks:2
>=sys-process/audit-2.7.8 )
bash-completion? ( app-shells/bash-completion )"
bash-completion? ( app-shells/bash-completion )
"
RDEPEND="${DEPEND}"