From abff0677049218e75591a71f4c727460a068d6bf Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 26 Sep 2020 17:21:07 +0100 Subject: flx/initramfs: move to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- flx/initramfs/initramfs-0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flx') 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 ) -- cgit v1.2.3