commit: 8ccd3ca0b05411924c567e0938908d3fd83b809c Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com> AuthorDate: Tue Jul 16 23:43:29 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jul 18 07:58:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ccd3ca0
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 <AT> googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/12458 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-cluster/charliecloud/charliecloud-0.10.ebuild | 3 ++- sys-cluster/charliecloud/charliecloud-9999.ebuild | 3 ++- sys-cluster/charliecloud/metadata.xml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-cluster/charliecloud/charliecloud-0.10.ebuild b/sys-cluster/charliecloud/charliecloud-0.10.ebuild index fdf652c5e31..b5e0b1e21ce 100644 --- a/sys-cluster/charliecloud/charliecloud-0.10.ebuild +++ b/sys-cluster/charliecloud/charliecloud-0.10.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}] diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild index a10f56497f1..dae07ff3e27 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}] diff --git a/sys-cluster/charliecloud/metadata.xml b/sys-cluster/charliecloud/metadata.xml index 6db8cc60e6a..584c3076690 100644 --- a/sys-cluster/charliecloud/metadata.xml +++ b/sys-cluster/charliecloud/metadata.xml @@ -18,5 +18,6 @@ </upstream> <use> <flag name='pv'>Use sys-apps/pv to enable progress bar functionality</flag> + <flag name='squashfuse'>Use sys-fs/squashfuse for the SquashFS workflow</flag> </use> </pkgmetadata>
