summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2022-02-28 22:58:36 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2022-02-28 22:58:48 +0100
commit5a1b496eaf399fab3cda88972cba9028b507e156 (patch)
tree88ce15bf623909b4d8e6cf3ab74da31e30af2f9c /sys-fs
parentmedia-gfx/freepv: move to cmake eclass (diff)
downloadgentoo-5a1b496eaf399fab3cda88972cba9028b507e156.tar.gz
gentoo-5a1b496eaf399fab3cda88972cba9028b507e156.tar.bz2
gentoo-5a1b496eaf399fab3cda88972cba9028b507e156.zip
sys-fs/shake: switch to cmake eclass
Closes: https://bugs.gentoo.org/834299 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/shake/shake-1.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/shake/shake-1.0.ebuild b/sys-fs/shake/shake-1.0.ebuild
index 2bf5d2e50ef8..a5e29e329ce2 100644
--- a/sys-fs/shake/shake-1.0.ebuild
+++ b/sys-fs/shake/shake-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Defragmenter that runs in userspace while the system is used"
HOMEPAGE="http://vleu.net/shake/"