From: xiaoqiang.zhao Date: Tue, 4 Jun 2019 06:47:09 +0000 (+0800) Subject: sys-fs/fuseiso: fix sys-fs/fuse dep and bump to EAPI=7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=80fb6ee720ac882a77e2b69ae6e39fd79765ea5e;p=gentoo.git sys-fs/fuseiso: fix sys-fs/fuse dep and bump to EAPI=7 Bug: https://bugs.gentoo.org/673650 Closes: https://github.com/gentoo/gentoo/pull/12188 Signed-off-by: xiaoqiang.zhao Closes: https://github.com/gentoo/gentoo/pull/12189 Signed-off-by: Michał Górny --- diff --git a/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild b/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild index 5fa6fb5780df..eeb0e60f169e 100644 --- a/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild +++ b/sys-fs/fuseiso/fuseiso-20070708-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Fuse module to mount ISO9660" HOMEPAGE="https://sourceforge.net/projects/fuseiso" @@ -11,11 +11,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc64 x86" -RDEPEND="sys-fs/fuse:= +RDEPEND="sys-fs/fuse:0= sys-libs/zlib dev-libs/glib:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" + +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" DOCS=( AUTHORS ChangeLog NEWS README ) PATCHES=( ${FILESDIR}/${P}-largeiso.patch ${FILESDIR}/${P}-fix-typo.patch )