diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2019-07-17 01:43:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-18 09:58:33 +0200 |
commit | 8ccd3ca0b05411924c567e0938908d3fd83b809c (patch) | |
tree | 1e029441c070b9367d931fadbd3c6d591c2adaee /sys-cluster/charliecloud/charliecloud-9999.ebuild | |
parent | sys-cluster/charliecloud: Version bump to 0.10 (diff) | |
download | gentoo-8ccd3ca0b05411924c567e0938908d3fd83b809c.tar.gz gentoo-8ccd3ca0b05411924c567e0938908d3fd83b809c.tar.bz2 gentoo-8ccd3ca0b05411924c567e0938908d3fd83b809c.zip |
sys-cluster/charliecloud: Add squashfuse USE-flag.
Starting from version 0.10, a SquashFS container workflow
is supported (runtime dependency).
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Closes: https://github.com/gentoo/gentoo/pull/12458
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster/charliecloud/charliecloud-9999.ebuild')
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild index a10f56497f10..dae07ff3e273 100644 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://hpc.github.io/charliecloud/" SLOT="0" LICENSE="Apache-2.0" -IUSE="doc examples +pv" +IUSE="doc examples +pv squashfuse" # Extensive test suite exists, but downloads container images # directly and via Docker and installs packages inside using apt/yum. @@ -32,6 +32,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} pv? ( sys-apps/pv ) + squashfuse? ( sys-fs/squashfuse ) " DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] |