diff options
author | Sam James <sam@gentoo.org> | 2022-07-10 15:59:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-10 16:45:25 +0100 |
commit | 662ce11fe5413c9c6bfc7fe4eb92f9ef7f655347 (patch) | |
tree | 7e2abac6aa3ad8615353d80d93bcd0311d0398a3 /sys-fs/growpart | |
parent | games-arcade/xbubble: EAPI 8 (diff) | |
download | gentoo-662ce11fe5413c9c6bfc7fe4eb92f9ef7f655347.tar.gz gentoo-662ce11fe5413c9c6bfc7fe4eb92f9ef7f655347.tar.bz2 gentoo-662ce11fe5413c9c6bfc7fe4eb92f9ef7f655347.zip |
sys-fs/growpart: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/growpart')
-rw-r--r-- | sys-fs/growpart/growpart-0.0.32-r1.ebuild (renamed from sys-fs/growpart/growpart-0.0.32.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-fs/growpart/growpart-0.0.32.ebuild b/sys-fs/growpart/growpart-0.0.32-r1.ebuild index bc8e3069db4c..a2d6df9f568d 100644 --- a/sys-fs/growpart/growpart-0.0.32.ebuild +++ b/sys-fs/growpart/growpart-0.0.32-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="A script that can grow your rootfs on first boot" HOMEPAGE="http://manpages.ubuntu.com/manpages/natty/man1/growpart.1.html" @@ -11,9 +11,7 @@ S="${WORKDIR}" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 arm64 ppc64 ~riscv x86" -IUSE="" -DEPEND="" RDEPEND="sys-apps/gptfdisk" src_install() { |