summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2021-11-07 00:30:06 +0100
committerJason A. Donenfeld <zx2c4@gentoo.org>2021-11-07 00:31:14 +0100
commita2933911f30552835a6e0f2f4317b0a1ddd80be5 (patch)
tree0f983736ff9c615aa2f81650000f349873831f1c
parentnet-wireless/qdmr: stable (diff)
downloadgentoo-a2933911.tar.gz
gentoo-a2933911.tar.bz2
gentoo-a2933911.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>
-rw-r--r--profiles/package.mask5
-rw-r--r--sys-fs/ctmg/ctmg-1.2.ebuild11
2 files changed, 8 insertions, 8 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 45dad3ded7b9..5621f0ba48bb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -39,11 +39,6 @@
# Removal on 2021-12-06. Bug #819750.
app-pda/gnupod
-# Jakov Smolić <jsmolic@gentoo.org> (2021-11-06)
-# Unmaintaned, uses EAPI 5, no revdeps.
-# Removal on 2021-12-06. Bug #819186.
-sys-fs/ctmg
-
# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-11-05)
# 'btrfs filesystem usage' reports incorecct values
# https://github.com/kdave/btrfs-progs/issues/422
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() { :; }