From a2933911f30552835a6e0f2f4317b0a1ddd80be5 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 7 Nov 2021 00:30:06 +0100 Subject: sys-fs/ctmg: port to EAPI 8 and unmask Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jason A. Donenfeld --- sys-fs/ctmg/ctmg-1.2.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'sys-fs') diff --git a/sys-fs/ctmg/ctmg-1.2.ebuild b/sys-fs/ctmg/ctmg-1.2.ebuild index 7f05530078a9..e8ac8f76fe98 100644 --- a/sys-fs/ctmg/ctmg-1.2.ebuild +++ b/sys-fs/ctmg/ctmg-1.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 DESCRIPTION="Simple wrapper around cryptsetup for encrypted containers" HOMEPAGE="https://git.zx2c4.com/ctmg/about/" @@ -13,7 +13,12 @@ KEYWORDS="amd64 arm ~arm64 x86" IUSE="" DEPEND="" -RDEPEND="sys-fs/cryptsetup sys-apps/util-linux sys-fs/e2fsprogs sys-apps/coreutils app-admin/sudo" +RDEPEND=" + sys-fs/cryptsetup + sys-apps/util-linux + sys-fs/e2fsprogs + sys-apps/coreutils + app-admin/sudo" src_compile() { :; } -- cgit v1.2.3-65-gdbad