summaryrefslogtreecommitdiff
path: root/flx
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-09-26 17:21:07 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-10-18 01:19:02 +0100
commitabff0677049218e75591a71f4c727460a068d6bf (patch)
tree239213163616325865f80018c20720860d78472c /flx
parentflx/init-openvpn: move to EAPI 7 (diff)
downloadportage-abff0677049218e75591a71f4c727460a068d6bf.tar.xz
flx/initramfs: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'flx')
-rw-r--r--flx/initramfs/initramfs-0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/flx/initramfs/initramfs-0.ebuild b/flx/initramfs/initramfs-0.ebuild
index a36ea38a..c38053b9 100644
--- a/flx/initramfs/initramfs-0.ebuild
+++ b/flx/initramfs/initramfs-0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit flx-tools
DESCRIPTION="build initramfs"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bzip2 gzip lzma lzo"
-DEPEND="app-arch/cpio
+BDEPEND="app-arch/cpio
bzip2? ( app-arch/bzip2 )
gzip? ( app-arch/gzip )
lzma? ( app-arch/xz-utils )