summaryrefslogtreecommitdiff
path: root/sys-fs/ctmg
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-11-13 13:10:00 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-11-13 13:10:00 +0000
commite9d044d4b9b71200a96adfa280848858c0f468c9 (patch)
tree1bd8ef816043a8cd340f1d774e79553a1a7d31d8 /sys-fs/ctmg
parentfc2f1018fc323ef2c6572734a9b130427cba76a6 (diff)
gentoo resync : 13.11.2021
Diffstat (limited to 'sys-fs/ctmg')
-rw-r--r--sys-fs/ctmg/Manifest2
-rw-r--r--sys-fs/ctmg/ctmg-1.2.ebuild11
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-fs/ctmg/Manifest b/sys-fs/ctmg/Manifest
index 6f0a2a88b43d..2055ca5707bd 100644
--- a/sys-fs/ctmg/Manifest
+++ b/sys-fs/ctmg/Manifest
@@ -1,3 +1,3 @@
DIST ctmg-1.2.tar.xz 3824 BLAKE2B 58cddaa3ce31b7e3d91b1752b6e850efcd2d89173d35773f71431df8a7b8894af8f04b7c49d193872de934244e66f59fc4cc39b41477a927ecac7c9e7a32f708 SHA512 6c4b7881c57cead41c7c0065c55805af7fee901723f61bdb06e5cb64dbba08add382d80f931f3321dca5e1e0f8080ab7da4520e58494694ba21900d23717c816
-EBUILD ctmg-1.2.ebuild 561 BLAKE2B 96edabf4e0a56de361e36792cfdfcdeeb0e662a851658af48ea03c91b6f5a5f94d0b30efcb4500b6c29c14d358039e9600a11c41ea096f180603e6743cee9e0f SHA512 5c9e1594738ce1bb8d4976302bf859a07713039bf3150c7e2a241c8511921899c96d3233da9bcfab67197cfb516ff63f8ce378ec69d2a34621a4ae79e0cac94e
+EBUILD ctmg-1.2.ebuild 564 BLAKE2B d47b88d50a28b81bb903a70f483182374e7c0b4134322d074faf711e77d81c51fb432f5b05bf1bc551a3f523c4e8d3b674a2fa5e4992504243c3b09283ca741c SHA512 188a763313b819f69bf372c26f493b127f135e4398962ae9e37d5625b84a421f3b00a4bc33b42150b78dd4d80b17a60c5a88568fe5d486aba783479f0d7f9ff4
MISC metadata.xml 251 BLAKE2B b1977a04e8904e65636648bd24804893bc0a317a7a20a8b4bac3874f0529dd15b2c058b0002b13febafcdfd93cbef59ef7bc1c646f3996c381b994d384b73ba3 SHA512 25f6fc31ee9e87d78b143500e706ac3417896e67a183470867130b23a42ec8ddd4cdd9a1da40f32903085ee4add969b4b07466b90fb0275308a2518d2d73a270
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() { :; }