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

sys-fs/luksmeta: Port to EAPI 7, drop old 8

This commit is contained in:
2020-01-05 18:29:54 +01:00
parent 419cdfbf96
commit f09041962d
4 changed files with 19 additions and 23 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
DESCRIPTION="LUKSMeta is a simple library for storing metadata in the LUKSv1 header"
HOMEPAGE="https://latchset.github.io/"
@@ -12,6 +12,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-text/asciidoc
sys-fs/cryptsetup"
DEPEND="
app-text/asciidoc
sys-fs/cryptsetup
"
RDEPEND="${DEPEND}"