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 B69E91584F2 for ; Wed, 12 Mar 2025 15:25:31 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9832A343050 for ; Wed, 12 Mar 2025 15:25:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9A83D11037F; Wed, 12 Mar 2025 15:25:30 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 8E59D11037F for ; Wed, 12 Mar 2025 15:25:30 +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 2DC6F342FF1 for ; Wed, 12 Mar 2025 15:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CF08E8A for ; Wed, 12 Mar 2025 15:25:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1741792466.842cdc61230d01e4c4f6f7d5703d56648c208e68.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/simplescreenrecorder/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r5.ebuild media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild X-VCS-Directories: media-video/simplescreenrecorder/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 842cdc61230d01e4c4f6f7d5703d56648c208e68 X-VCS-Branch: master Date: Wed, 12 Mar 2025 15:25:28 +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: b5c5ec7d-c219-48e0-98b3-2e6c26283d6f X-Archives-Hash: c06c5322e5fd8c59915fc896bd3b1e3c commit: 842cdc61230d01e4c4f6f7d5703d56648c208e68 Author: Ulrich Müller gentoo org> AuthorDate: Wed Mar 12 15:14:26 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Mar 12 15:14:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842cdc61 media-video/simplescreenrecorder: More selective display of abi_x86_32 message Don't show the message about enabling the flag when it already is. Signed-off-by: Ulrich Müller gentoo.org> media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r5.ebuild | 2 +- media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r5.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r5.ebuild index 27a84988e1a8..d1d7cf4a9ebc 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r5.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.4-r5.ebuild @@ -49,7 +49,7 @@ BDEPEND="dev-qt/linguist-tools:5" PATCHES=( "${FILESDIR}"/${P}-ffmpeg5.patch ) pkg_pretend() { - if [[ "${ABI}" == amd64 ]] ; then + if use amd64 && ! use abi_x86_32 ; then einfo "You may want to add USE flag 'abi_x86_32' when running a 64bit system" einfo "When added 32bit GLInject libraries are also included. This is" einfo "required if you want to use OpenGL recording on 32bit applications." diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild index 51a6ce1f49a9..668ee9068143 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild @@ -44,7 +44,7 @@ DEPEND="${RDEPEND}" BDEPEND="dev-qt/qttools:6[linguist]" pkg_pretend() { - if [[ ${ABI} == amd64 ]] ; then + if use amd64 && ! use abi_x86_32 ; then einfo "You may want to add USE flag 'abi_x86_32' when running a 64bit system" einfo "When added 32bit GLInject libraries are also included. This is" einfo "required if you want to use OpenGL recording on 32bit applications."