public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/86Box/
Date: Sun, 17 Mar 2024 12:59:28 +0000 (UTC)	[thread overview]
Message-ID: <1710680344.88f503e81b931d4a32a153b1be14ac77aeb064e8.conikost@gentoo> (raw)

commit:     88f503e81b931d4a32a153b1be14ac77aeb064e8
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 12:57:55 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 12:59:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f503e8

app-emulation/86Box: fix unused cmake variable

Closes: https://bugs.gentoo.org/927194
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-emulation/86Box/86Box-4.0.1-r1.ebuild | 2 +-
 app-emulation/86Box/86Box-4.1.ebuild      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/86Box/86Box-4.0.1-r1.ebuild b/app-emulation/86Box/86Box-4.0.1-r1.ebuild
index 16aac070243a..9945e8bf8d6e 100644
--- a/app-emulation/86Box/86Box-4.0.1-r1.ebuild
+++ b/app-emulation/86Box/86Box-4.0.1-r1.ebuild
@@ -74,7 +74,7 @@ src_configure() {
 		-DRTMIDI="ON"
 		-DQT="$(usex qt5 'ON' $(usex qt6))"
 		-DRELEASE="ON"
-		-DUSE_QT6="$(usex qt6)"
+		$(usex qt6 '-DUSE_QT6=ON')
 	)
 
 	cmake_src_configure

diff --git a/app-emulation/86Box/86Box-4.1.ebuild b/app-emulation/86Box/86Box-4.1.ebuild
index 7937fddca15e..45d6114f04fe 100644
--- a/app-emulation/86Box/86Box-4.1.ebuild
+++ b/app-emulation/86Box/86Box-4.1.ebuild
@@ -72,7 +72,7 @@ src_configure() {
 		-DRTMIDI="ON"
 		-DQT="$(usex qt5 'ON' $(usex qt6))"
 		-DRELEASE="ON"
-		-DUSE_QT6="$(usex qt6)"
+		$(usex qt6 '-DUSE_QT6=ON')
 	)
 
 	cmake_src_configure


             reply	other threads:[~2024-03-17 12:59 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-17 12:59 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-10 21:10 [gentoo-commits] repo/gentoo:master commit in: app-emulation/86Box/ Conrad Kostecki
2024-09-15 13:50 Conrad Kostecki
2024-07-27 17:54 Conrad Kostecki
2024-03-24 23:31 Conrad Kostecki
2024-03-23 21:24 Conrad Kostecki
2024-03-09 13:57 Conrad Kostecki
2024-01-05 13:13 Conrad Kostecki
2023-12-28 13:50 Conrad Kostecki
2023-11-12  0:24 Conrad Kostecki
2023-10-04 16:46 Conrad Kostecki
2023-04-23  0:26 Conrad Kostecki
2022-11-28 21:52 Conrad Kostecki
2022-11-28 21:52 Conrad Kostecki
2022-08-06 13:33 Conrad Kostecki
2022-08-06 13:32 Conrad Kostecki
2022-08-01 18:23 Conrad Kostecki
2022-08-01 18:23 Conrad Kostecki
2022-07-16 20:51 Conrad Kostecki
2022-07-16 20:41 Conrad Kostecki
2022-07-02 16:25 Conrad Kostecki
2022-07-02 16:25 Conrad Kostecki
2022-05-27 22:48 Conrad Kostecki
2022-05-27 22:48 Conrad Kostecki
2022-05-12 21:20 Conrad Kostecki
2022-04-22 20:15 Conrad Kostecki
2022-04-22 20:15 Conrad Kostecki
2022-04-21 21:26 Conrad Kostecki
2022-04-21 21:26 Conrad Kostecki
2022-04-10 15:25 Conrad Kostecki
2022-03-19 19:45 Conrad Kostecki
2022-03-19 15:21 Conrad Kostecki
2022-03-19 15:21 Conrad Kostecki
2022-03-07 19:42 Conrad Kostecki
2022-03-07 19:42 Conrad Kostecki
2022-02-14  0:04 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1710680344.88f503e81b931d4a32a153b1be14ac77aeb064e8.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox