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 3E463158094 for ; Sun, 11 Sep 2022 08:19:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E574AE08F6; Sun, 11 Sep 2022 08:19:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B43FBE08F6 for ; Sun, 11 Sep 2022 08:19:02 +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 C56D6340FA7 for ; Sun, 11 Sep 2022 08:19:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 303935CD for ; Sun, 11 Sep 2022 08:19:00 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1662884301.a1b8bfe2c3d1d31ac4264e2697469420ad0be44e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/crossover-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/crossover-bin/crossover-bin-22.0.0.ebuild X-VCS-Directories: app-emulation/crossover-bin/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a1b8bfe2c3d1d31ac4264e2697469420ad0be44e X-VCS-Branch: master Date: Sun, 11 Sep 2022 08:19:00 +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: 3adce793-d090-4123-b7a5-d202c2aa5aa6 X-Archives-Hash: ec04c472a82b2812a52b62ae5712fe9e commit: a1b8bfe2c3d1d31ac4264e2697469420ad0be44e Author: Pacho Ramos gentoo org> AuthorDate: Sun Sep 11 08:18:21 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Sep 11 08:18:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b8bfe2 app-emulation/crossover-bin: Simplify gnutls dep Signed-off-by: Pacho Ramos gentoo.org> app-emulation/crossover-bin/crossover-bin-22.0.0.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app-emulation/crossover-bin/crossover-bin-22.0.0.ebuild b/app-emulation/crossover-bin/crossover-bin-22.0.0.ebuild index 11bad10336e3..ecf8726e59ac 100644 --- a/app-emulation/crossover-bin/crossover-bin-22.0.0.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-22.0.0.ebuild @@ -84,12 +84,7 @@ RDEPEND="${DEPEND} pcap? ( net-libs/libpcap[abi_x86_32(-)] ) png? ( media-libs/libpng:0[abi_x86_32(-)] ) scanner? ( media-gfx/sane-backends[abi_x86_32(-)] ) - ssl? ( - || ( - net-libs/gnutls:0/30.30[abi_x86_32(-)] - net-libs/gnutls:0/30[abi_x86_32(-)] - ) - ) + ssl? ( net-libs/gnutls:0/30.30[abi_x86_32(-)] ) v4l? ( media-libs/libv4l[abi_x86_32(-)] ) vulkan? ( media-libs/vulkan-loader[abi_x86_32(-)] ) dev-libs/glib:2