diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-10-11 15:43:06 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-10-11 15:46:56 -0500 |
commit | 81813ef1fc1f63ea7aec1e3faead6d3df755eaf3 (patch) | |
tree | b5cac1d2613e4df4ff89050dd844d124a6ec6f04 /sys-fs/avfs | |
parent | sys-fs/avfs: version bump to 1.0.5 (diff) | |
download | gentoo-81813ef1fc1f63ea7aec1e3faead6d3df755eaf3.tar.gz gentoo-81813ef1fc1f63ea7aec1e3faead6d3df755eaf3.tar.bz2 gentoo-81813ef1fc1f63ea7aec1e3faead6d3df755eaf3.zip |
sys-fs/avfs-1.0.4: add slot for fuse dep and use relative symlink
Diffstat (limited to 'sys-fs/avfs')
-rw-r--r-- | sys-fs/avfs/avfs-1.0.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/avfs/avfs-1.0.4.ebuild b/sys-fs/avfs/avfs-1.0.4.ebuild index 6a10095f50bb..141208a376cf 100644 --- a/sys-fs/avfs/avfs-1.0.4.ebuild +++ b/sys-fs/avfs/avfs-1.0.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils +inherit ltprune DESCRIPTION="AVFS is a virtual filesystem that allows browsing of compressed files" HOMEPAGE="https://sourceforge.net/projects/avf" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="static-libs +lzma" -RDEPEND=">=sys-fs/fuse-2.4 +RDEPEND=">=sys-fs/fuse-2.4:0 sys-libs/zlib app-arch/bzip2 lzma? ( app-arch/xz-utils )" @@ -39,7 +39,7 @@ src_install() { # install docs dodoc doc/{api-overview,background,FORMAT,INSTALL.*,README.avfs-fuse} - dosym /usr/lib/avfs/extfs/README /usr/share/doc/${PF}/README.extfs + dosym ../../../$(get_libdir)/avfs/extfs/README /usr/share/doc/${PF}/README.extfs docinto scripts dodoc scripts/{avfscoda*,*pass} |