commit:     488e8b690888d1ca315b097db756af994e25cd56
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  8 16:38:44 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> 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 <pacho <AT> 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

Reply via email to