sys-cluster/charliecloud: Add squashfuse USE-flag.
authorOliver Freyermuth <o.freyermuth@googlemail.com>
Tue, 16 Jul 2019 23:43:29 +0000 (01:43 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 18 Jul 2019 07:58:33 +0000 (09:58 +0200)
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>
sys-cluster/charliecloud/charliecloud-0.10.ebuild
sys-cluster/charliecloud/charliecloud-9999.ebuild
sys-cluster/charliecloud/metadata.xml

index fdf652c5e31a4e6d48c23a183b0865dbe87be3ef..b5e0b1e21ce385958635e739d534654da287360a 100644 (file)
@@ -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}]
index a10f56497f1078dd4b0d5a120daba780dcdf2ffa..dae07ff3e27300f62dac5f4c01aef9d213c99117 100644 (file)
@@ -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}]
index 6db8cc60e6a47f8828f84c8e325b4417abd45d02..584c3076690564a86a1fe814e6a43ea8f4201ace 100644 (file)
@@ -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>