diff options
author | 2021-04-03 13:10:36 +0200 | |
---|---|---|
committer | 2021-04-04 20:55:07 +0200 | |
commit | 049fae94b71ae110b46a3e535a590fb70cea3c5c (patch) | |
tree | 57afa59ac3229c2fb9c0565976cc7aa14f83f0e2 /sys-cluster/charliecloud/charliecloud-9999.ebuild | |
parent | sys-boot/grub: Drop superfluous optfeature header (diff) | |
download | gentoo-049fae94b71ae110b46a3e535a590fb70cea3c5c.tar.gz gentoo-049fae94b71ae110b46a3e535a590fb70cea3c5c.tar.bz2 gentoo-049fae94b71ae110b46a3e535a590fb70cea3c5c.zip |
sys-cluster/charliecloud: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-cluster/charliecloud/charliecloud-9999.ebuild')
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-9999.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild index 70b793a6a2fd..b96285971254 100644 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -67,11 +67,7 @@ src_configure() { } pkg_postinst() { - elog "Various builders are supported, as alternative " - elog "to the internal ch-image. The following packages " - elog "can be installed to get the corresponding support " - elog "and related functionality." - + elog "Various builders are supported, as alternative to the internal ch-image." optfeature "Building with Buildah" app-emulation/buildah optfeature "Building with Docker" app-emulation/docker optfeature "Progress bars during long operations" sys-apps/pv |