Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/shake/
Date: Mon, 28 Feb 2022 21:58:56
Message-Id: 1646085528.5a1b496eaf399fab3cda88972cba9028b507e156.voyageur@gentoo
1 commit: 5a1b496eaf399fab3cda88972cba9028b507e156
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 21:58:36 2022 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 21:58:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1b496e
7
8 sys-fs/shake: switch to cmake eclass
9
10 Closes: https://bugs.gentoo.org/834299
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
13
14 sys-fs/shake/shake-1.0.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-fs/shake/shake-1.0.ebuild b/sys-fs/shake/shake-1.0.ebuild
18 index 2bf5d2e50ef8..a5e29e329ce2 100644
19 --- a/sys-fs/shake/shake-1.0.ebuild
20 +++ b/sys-fs/shake/shake-1.0.ebuild
21 @@ -1,9 +1,9 @@
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 +EAPI=8
28
29 -inherit cmake-utils
30 +inherit cmake
31
32 DESCRIPTION="Defragmenter that runs in userspace while the system is used"
33 HOMEPAGE="http://vleu.net/shake/"