From 486b41f1aea7fda361a5b7923d28f15948c34e66 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 3 Apr 2021 13:25:43 +0200 Subject: net-misc/anydesk: Use optfeature_header() instead of custom elog Signed-off-by: Andreas Sturmlechner --- net-misc/anydesk/anydesk-6.0.0-r1.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'net-misc/anydesk/anydesk-6.0.0-r1.ebuild') diff --git a/net-misc/anydesk/anydesk-6.0.0-r1.ebuild b/net-misc/anydesk/anydesk-6.0.0-r1.ebuild index 19f3fc159bd9..d498d8b7ae03 100644 --- a/net-misc/anydesk/anydesk-6.0.0-r1.ebuild +++ b/net-misc/anydesk/anydesk-6.0.0-r1.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" @@ -103,10 +103,7 @@ pkg_postinst() { elog fi - elog "For querying information about the host PC AnyDesk calls" - elog "the following commands. Feel free to install them, but it" - elog "should run without as well." - elog + optfeature_header "AnyDesk uses additional tools to query information about the host:" optfeature "lsb_release" sys-apps/lsb-release optfeature "lspci" sys-apps/pciutils optfeature "lsusb" sys-apps/usbutils -- cgit v1.2.3-65-gdbad