Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/dfc/
Date: Sun, 27 Feb 2022 14:00:22
Message-Id: 1645970396.acc95a5cab904d82e5a6776271becc3273912985.dlan@gentoo
1 commit: acc95a5cab904d82e5a6776271becc3273912985
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 13:59:31 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 13:59:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc95a5c
7
8 sys-fs/dfc: QA, port to cmake eclass
9
10 Closes: https://bugs.gentoo.org/834298
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 sys-fs/dfc/dfc-3.1.1.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild
18 index ec6877dbb2b0..6efb0e5b80cd 100644
19 --- a/sys-fs/dfc/dfc-3.1.1.ebuild
20 +++ b/sys-fs/dfc/dfc-3.1.1.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 -inherit cmake-utils
28 +EAPI=8
29 +inherit cmake
30
31 DESCRIPTION="A simple CLI tool that display file system usage, with colors"
32 HOMEPAGE="https://projects.gw-computing.net/projects/dfc"
33 @@ -30,5 +30,5 @@ src_configure() {
34 -DLFS_ENABLED=ON
35 )
36
37 - cmake-utils_src_configure
38 + cmake_src_configure
39 }