diff options
Diffstat (limited to 'sys-cluster/charliecloud/charliecloud-0.21.ebuild')
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-0.21.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-cluster/charliecloud/charliecloud-0.21.ebuild b/sys-cluster/charliecloud/charliecloud-0.21.ebuild index 70b793a6a2fd..b96285971254 100644 --- a/sys-cluster/charliecloud/charliecloud-0.21.ebuild +++ b/sys-cluster/charliecloud/charliecloud-0.21.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 |