From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id DB11E1581EE for ; Tue, 08 Apr 2025 16:40:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 86428343131 for ; Tue, 08 Apr 2025 16:40:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E24FC1104B9; Tue, 08 Apr 2025 16:40:05 +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 bobolink.gentoo.org (Postfix) with ESMTPS id D8F811104B9 for ; Tue, 08 Apr 2025 16:40:05 +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 91BB23430CA for ; Tue, 08 Apr 2025 16:40:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA4BC27FC for ; Tue, 08 Apr 2025 16:40:03 +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: <1744130376.488e8b690888d1ca315b097db756af994e25cd56.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.1.1.ebuild app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild X-VCS-Directories: app-emulation/crossover-bin/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 488e8b690888d1ca315b097db756af994e25cd56 X-VCS-Branch: master Date: Tue, 08 Apr 2025 16:40:03 +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: 31a46b5f-0ff9-406b-86ba-a2c86401a353 X-Archives-Hash: 820df6327917d2cd5dd9c52c03857681 commit: 488e8b690888d1ca315b097db756af994e25cd56 Author: Pacho Ramos gentoo org> AuthorDate: Tue Apr 8 16:38:44 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Apr 8 16:39:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488e8b69 app-emulation/crossover-bin: Fix QA warnings Signed-off-by: Pacho Ramos gentoo.org> app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild | 4 ++-- app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild b/app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild index 3503abe5b439..a1ab1335da97 100644 --- a/app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-22.1.1.ebuild @@ -10,6 +10,8 @@ DESCRIPTION="Commercial version of app-emulation/wine with paid support" HOMEPAGE="https://www.codeweavers.com/products/" SRC_URI="https://media.codeweavers.com/pub/crossover/cxlinux/demo/install-crossover-${PV}.bin" +S="${WORKDIR}" + LICENSE="CROSSOVER-3" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -18,9 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="bindist test" QA_PREBUILT="*" -S="${WORKDIR}" -DEPEND="" BDEPEND="${PYTHON_DEPS} app-alternatives/cpio app-arch/unzip diff --git a/app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild b/app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild index c035454627c9..82caa978019a 100644 --- a/app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-23.6.0.ebuild @@ -10,6 +10,8 @@ DESCRIPTION="Commercial version of app-emulation/wine with paid support" HOMEPAGE="https://www.codeweavers.com/products/" SRC_URI="https://media.codeweavers.com/pub/crossover/cxlinux/demo/install-crossover-${PV}.bin" +S="${WORKDIR}" + LICENSE="CROSSOVER-3" SLOT="0" KEYWORDS="-* ~amd64 ~x86" @@ -18,9 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="bindist test" QA_PREBUILT="*" -S="${WORKDIR}" -DEPEND="" BDEPEND="${PYTHON_DEPS} app-alternatives/cpio app-arch/unzip