diff options
Diffstat (limited to 'sys-fs/ctmg/ctmg-1.2.ebuild')
-rw-r--r-- | sys-fs/ctmg/ctmg-1.2.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
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() { :; } |