Skip to content

Commit

Permalink
dev-perl/Fuse: revision bump, add missing deps, EAPI 7
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/697012
Closes: gentoo#13217
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <[email protected]>
  • Loading branch information
akhuettel committed Oct 17, 2019
1 parent f461aaa commit d8547d5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions dev-perl/Fuse/Fuse-0.16.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=DPATES
inherit perl-module

DESCRIPTION="Fuse module for perl"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="sys-fs/fuse"
RDEPEND="
sys-fs/fuse:=
dev-perl/Filesys-Statvfs
dev-perl/Lchown
dev-perl/Unix-Mknod
"
BDEPEND="
virtual/perl-ExtUtils-MakeMaker
test? ( ${RDEPEND} )
"

0 comments on commit d8547d5

Please sign in to comment.