commit:     a2933911f30552835a6e0f2f4317b0a1ddd80be5
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 23:30:06 2021 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 23:31:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2933911

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 <AT> gentoo.org>

 profiles/package.mask       |  5 -----
 sys-fs/ctmg/ctmg-1.2.ebuild | 11 ++++++++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 45dad3ded7b..5621f0ba48b 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ć <[email protected]> (2021-11-06)
-# Unmaintaned, uses EAPI 5, no revdeps.
-# Removal on 2021-12-06. Bug #819186.
-sys-fs/ctmg
-
 # Georgy Yakovlev <[email protected]> (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 7f05530078a..e8ac8f76fe9 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() { :; }
 

Reply via email to