sys-fs/fuseiso: fix dependency problem and bump to EAPI=6
authorxiaoqiang zhao <zhaoxiaoqiang007@gmail.com>
Sat, 21 Oct 2017 02:27:54 +0000 (10:27 +0800)
committerMichał Górny <mgorny@gentoo.org>
Tue, 13 Mar 2018 18:35:33 +0000 (19:35 +0100)
Closes: https://bugs.gentoo.org/634234
Closes: https://github.com/gentoo/gentoo/pull/6001
Package-Manager: Portage-2.3.8, Repoman-2.3.3

sys-fs/fuseiso/fuseiso-20070708-r2.ebuild [moved from sys-fs/fuseiso/fuseiso-20070708-r1.ebuild with 66% similarity]

similarity index 66%
rename from sys-fs/fuseiso/fuseiso-20070708-r1.ebuild
rename to sys-fs/fuseiso/fuseiso-20070708-r2.ebuild
index 30d3f56f6dedc14f823f5ac98524630c4709bce7..988e0c3fc111b03bd39828b2daf17ff91d41c495 100644 (file)
@@ -1,9 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit eutils
+EAPI=6
 
 DESCRIPTION="Fuse module to mount ISO9660"
 HOMEPAGE="https://sourceforge.net/projects/fuseiso"
@@ -13,16 +11,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-RDEPEND="sys-fs/fuse
+RDEPEND="sys-fs/fuse:=
        sys-libs/zlib
        dev-libs/glib:2"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
 DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}-largeiso.patch"
-       epatch "${FILESDIR}/${P}-fix-typo.patch" # bug #482078
-       epatch_user
-}
+PATCHES=( ${FILESDIR}/${P}-largeiso.patch ${FILESDIR}/${P}-fix-typo.patch )