diff options
author | Martin Väth <martin@mvath.de> | 2010-05-22 17:10:31 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:45:27 +0200 |
commit | beb3915f729a98c102d26d8f103297b52edb591c (patch) | |
tree | 8449d8f957e1b5bf14041ca754b2fd6f03f40160 /sys-fs/squash_dir/squash_dir-10.5.ebuild | |
parent | Bump squash_dir and provide required testing version of unionfs-fuse (diff) | |
download | mv-beb3915f729a98c102d26d8f103297b52edb591c.tar.gz mv-beb3915f729a98c102d26d8f103297b52edb591c.tar.bz2 mv-beb3915f729a98c102d26d8f103297b52edb591c.zip |
Bump ccache. Relax squash_dir dependency
Diffstat (limited to 'sys-fs/squash_dir/squash_dir-10.5.ebuild')
-rw-r--r-- | sys-fs/squash_dir/squash_dir-10.5.ebuild | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/sys-fs/squash_dir/squash_dir-10.5.ebuild b/sys-fs/squash_dir/squash_dir-10.5.ebuild index 155c41c6..b03269f8 100644 --- a/sys-fs/squash_dir/squash_dir-10.5.ebuild +++ b/sys-fs/squash_dir/squash_dir-10.5.ebuild @@ -18,7 +18,7 @@ IUSE="readonly" RDEPEND="sys-fs/squashfs-tools !readonly? ( || ( sys-fs/aufs2 - >sys-fs/unionfs-fuse-0.24 + sys-fs/unionfs-fuse sys-fs/funionfs sys-fs/unionfs sys-fs/aufs @@ -51,10 +51,17 @@ check_for_obsolete () { } pkg_postinst () { - check_for_obsolete && \ - ! has_version sys-fs/squashfs-tools[progress-redirect] || return 0 - ewarn "For better output of ${PN}, it is recommended to install" - ewarn "sys-fs/squashfs-tools from the mv overlay with USE=progress-redirect" + if check_for_obsolete && \ + ! has_version sys-fs/squashfs-tools[progress-redirect] + then ewarn "For better output of ${PN}, it is recommended to install" + ewarn "sys-fs/squashfs-tools from the mv overlay with USE=progress-redirect" + fi + if has_version "<sys-fs/unionfs-fuse-0.25_alpha" + then ewarn "It is recommended to use >=unionfs-fuse-0.25_alpha" + ewarn "Otherwise, if you use squash_dir with unionfs-fuse for the portage tree, put" + ewarn "PORTAGE_RSYNC_EXTRA_OPTS=\"\${PORTAGE_RSYNC_EXTRA_OPTS} --exclude=/.unionfs\"" + ewarn "into your /etc/make.conf" + fi : } |