Skip to content

Commit

Permalink
app-pda/ifuse: [QA] Fix dependency.missingslot
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.16, Repoman-2.3.6
  • Loading branch information
SoapGentoo committed Dec 10, 2017
1 parent db8e7db commit c4ee03d
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions app-pda/ifuse/ifuse-1.1.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
inherit readme.gentoo
EAPI=6

inherit readme.gentoo-r1

DESCRIPTION="Mount Apple iPhone/iPod Touch file systems for backup purposes"
HOMEPAGE="http://www.libimobiledevice.org/"
Expand All @@ -15,13 +16,20 @@ IUSE=""

RDEPEND=">=app-pda/libimobiledevice-1.1.4:=
>=app-pda/libplist-1.8:=
>=sys-fs/fuse-2.7.0"
>=sys-fs/fuse-2.7.0:="
DEPEND="${RDEPEND}
virtual/pkgconfig"

DOCS="AUTHORS NEWS README"

DOC_CONTENTS="Only use this filesystem driver to create backups of your data.
The music database is hashed, and attempting to add files will cause the
iPod/iPhone to consider your database unauthorised.
It will respond by wiping all media files, requiring a restore through iTunes."

src_install() {
default
readme.gentoo_create_doc
}

pkg_postinst() {
readme.gentoo_print_elog
}

0 comments on commit c4ee03d

Please sign in to comment.