From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC784158030 for ; Tue, 28 Feb 2023 14:23:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A669E0636; Tue, 28 Feb 2023 14:23:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F25BFE0636 for ; Tue, 28 Feb 2023 14:23:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E938E340CCD for ; Tue, 28 Feb 2023 14:23:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 083D3865 for ; Tue, 28 Feb 2023 14:23:51 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1677594216.079413741d0a25b28a694cb93f8fa7d6d7d62ae0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/anydesk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/anydesk/anydesk-6.2.1-r1.ebuild X-VCS-Directories: net-misc/anydesk/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 079413741d0a25b28a694cb93f8fa7d6d7d62ae0 X-VCS-Branch: master Date: Tue, 28 Feb 2023 14:23:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f7fb3ca7-8076-4f55-800e-ca73458f283d X-Archives-Hash: 4b62e3b5ca87d77c19b33df5455c929c commit: 079413741d0a25b28a694cb93f8fa7d6d7d62ae0 Author: Joonas Niilola gentoo org> AuthorDate: Tue Feb 28 14:22:46 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Feb 28 14:23:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07941374 net-misc/anydesk: switch sound support to optfeature Signed-off-by: Joonas Niilola gentoo.org> net-misc/anydesk/anydesk-6.2.1-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-misc/anydesk/anydesk-6.2.1-r1.ebuild b/net-misc/anydesk/anydesk-6.2.1-r1.ebuild index 5dad6aaccc1d..77d78ee0f0c6 100644 --- a/net-misc/anydesk/anydesk-6.2.1-r1.ebuild +++ b/net-misc/anydesk/anydesk-6.2.1-r1.ebuild @@ -14,7 +14,6 @@ SRC_URI="https://download.anydesk.com/linux/${P}-amd64.tar.gz LICENSE="AnyDesk-TOS BSD BSD-2 openssl ZLIB" SLOT="0" KEYWORDS="-* ~amd64" -IUSE="sound" # x11-libs/gtkglext is required and cannot be mitigated: https://bugs.gentoo.org/868255 RDEPEND=" @@ -40,7 +39,6 @@ RDEPEND=" x11-libs/libXrender x11-libs/libXtst x11-libs/pango - sound? ( media-libs/libcanberra[gtk2] ) " BDEPEND="dev-util/patchelf" @@ -91,10 +89,11 @@ pkg_postinst() { elog fi - optfeature_header "AnyDesk uses additional tools to query information about the host:" + optfeature_header "AnyDesk additional tools:" optfeature "lsb_release" sys-apps/lsb-release optfeature "lspci" sys-apps/pciutils optfeature "lsusb" sys-apps/usbutils + optfeature "sound support" media-libs/libcanberra[gtk2] } pkg_postrm() {