mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
genkernel: update for overlayfs support work
This commit is contained in:
parent
0952fae140
commit
a5985a009e
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
# genkernel-9999 -> latest Git branch "master"
|
||||
# genkernel-VERSION -> normal genkernel release
|
||||
|
|
@ -35,6 +34,7 @@ if [[ ${PV} == 9999* ]]
|
|||
then
|
||||
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
|
||||
https://anongit.gentoo.org/git/proj/${PN}.git"
|
||||
EGIT_BRANCH="overlayfs"
|
||||
inherit git-2 bash-completion-r1 eutils
|
||||
S="${WORKDIR}/${PN}"
|
||||
SRC_URI="${COMMON_URI}"
|
||||
|
|
@ -58,7 +58,7 @@ DEPEND="sys-fs/e2fsprogs
|
|||
RDEPEND="${DEPEND}
|
||||
cryptsetup? ( sys-fs/cryptsetup )
|
||||
app-arch/cpio
|
||||
>=app-misc/pax-utils-0.2.1
|
||||
>=app-misc/pax-utils-1.2.2
|
||||
firmware? ( sys-kernel/linux-firmware )
|
||||
!<sys-apps/openrc-0.9.9"
|
||||
# pax-utils is used for lddtree
|
||||
|
|
|
|||
Loading…
Reference in a new issue