From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEA891396DA for ; Wed, 11 Oct 2017 20:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0822BE0E2C; Wed, 11 Oct 2017 20:49:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D382FE0E00 for ; Wed, 11 Oct 2017 20:49:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B890B33BF44 for ; Wed, 11 Oct 2017 20:49:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0764990A2 for ; Wed, 11 Oct 2017 20:49:15 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1507754816.81813ef1fc1f63ea7aec1e3faead6d3df755eaf3.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/avfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/avfs/avfs-1.0.4.ebuild X-VCS-Directories: sys-fs/avfs/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 81813ef1fc1f63ea7aec1e3faead6d3df755eaf3 X-VCS-Branch: master Date: Wed, 11 Oct 2017 20:49:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4f807c17-f111-4334-bc92-211bd6585607 X-Archives-Hash: c91077883fb452be72964256bf7e791e commit: 81813ef1fc1f63ea7aec1e3faead6d3df755eaf3 Author: Tim Harder gentoo org> AuthorDate: Wed Oct 11 20:43:06 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Oct 11 20:46:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81813ef1 sys-fs/avfs-1.0.4: add slot for fuse dep and use relative symlink sys-fs/avfs/avfs-1.0.4.ebuild | 8 ++++---- 1 file 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 6a10095f50b..141208a376c 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}