# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 RESTRICT="mirror" WANT_LIBTOOL=none AUTOTOOLS_IN_SOURCE_BUILD=true inherit autotools eutils linux-info readme.gentoo systemd DESCRIPTION="Keep directories compressed with squashfs. Useful for portage tree, texmf-dist" HOMEPAGE="http://forums.gentoo.org/viewtopic-t-465367.html" SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" #KEYWORDS="~amd64 ~ppc ~x86" KEYWORDS="" IUSE="aufs overlayfs bundled-openrc-wrapper unionfs-fuse" BOTHDEPEND="bundled-openrc-wrapper? ( !!sys-apps/openrc-wrapper )" RDEPEND="sys-fs/squashfs-tools !bundled-openrc-wrapper? ( sys-apps/openrc-wrapper ) ${BOTHDEPEND} >=app-shells/runtitle-2.3 !