From 5f4f5033c9970dacb920a87d38d1851580c4a669 Mon Sep 17 00:00:00 2001 From: Wuodan Date: Tue, 13 Nov 2018 19:31:28 +0100 Subject: [PATCH] pentoo/pentoo-installer: Add PDEPEND app-misc/jq: read/write json config-files sys-fs/growpart: auto-grow partitions See https://github.com/pentoo/pentoo-installer/pull/45 --- pentoo/pentoo-installer/pentoo-installer-99999999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild b/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild index 070d900f5..e7fa1a9ee 100644 --- a/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild +++ b/pentoo/pentoo-installer/pentoo-installer-99999999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Installer for pentoo, based on the ncurses Arch Linux installer" HOMEPAGE="https://github.com/pentoo/pentoo-installer" @@ -33,7 +33,9 @@ PDEPEND="dev-util/dialog app-crypt/pinentry[gtk,ncurses] sys-fs/squashfs-tools x11-misc/wmctrl - net-misc/rsync" + net-misc/rsync + app-misc/jq + sys-fs/growpart" # X? ( x11-misc/xdialog ) src_install() {