mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 17:20:59 +02:00
Merge pull request #388 from Wuodan/pentoo-installer-config-file
pentoo/pentoo-installer: Add PDEPEND
This commit is contained in:
commit
a6d945abee
1 changed files with 4 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue