diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2021-11-07 00:30:06 +0100 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2021-11-07 00:31:14 +0100 |
commit | a2933911f30552835a6e0f2f4317b0a1ddd80be5 (patch) | |
tree | 0f983736ff9c615aa2f81650000f349873831f1c /sys-fs/ctmg | |
parent | net-wireless/qdmr: stable (diff) | |
download | gentoo-a2933911f30552835a6e0f2f4317b0a1ddd80be5.tar.gz gentoo-a2933911f30552835a6e0f2f4317b0a1ddd80be5.tar.bz2 gentoo-a2933911f30552835a6e0f2f4317b0a1ddd80be5.zip |
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 <zx2c4@gentoo.org>
Diffstat (limited to 'sys-fs/ctmg')
-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() { :; } |