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 6A69415808B for ; Sat, 28 Sep 2024 19:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 626F5E29C0; Sat, 28 Sep 2024 19:04:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4537EE29BE for ; Sat, 28 Sep 2024 19:04:28 +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 510963431C1 for ; Sat, 28 Sep 2024 19:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 772C427ED for ; Sat, 28 Sep 2024 19:04:25 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1727550219.ae722fd9674e381582f28c4d43cb54571d49a850.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/ufoai/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/ufoai/ufoai-2.5.0_p20180603-r3.ebuild X-VCS-Directories: games-strategy/ufoai/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: ae722fd9674e381582f28c4d43cb54571d49a850 X-VCS-Branch: master Date: Sat, 28 Sep 2024 19:04:25 +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: 867a7b50-60d5-4d9b-9040-38bee76c8f9e X-Archives-Hash: b7f9b792eb5eb7efe3de7565c08c9767 commit: ae722fd9674e381582f28c4d43cb54571d49a850 Author: James Le Cuirot gentoo org> AuthorDate: Sat Sep 28 19:01:35 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Sep 28 19:03:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae722fd9 games-strategy/ufoai: media-libs/libsdl2 will drop the threads USE flag Signed-off-by: James Le Cuirot gentoo.org> games-strategy/ufoai/ufoai-2.5.0_p20180603-r3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-strategy/ufoai/ufoai-2.5.0_p20180603-r3.ebuild b/games-strategy/ufoai/ufoai-2.5.0_p20180603-r3.ebuild index 7be528256044..152d3a479973 100644 --- a/games-strategy/ufoai/ufoai-2.5.0_p20180603-r3.ebuild +++ b/games-strategy/ufoai/ufoai-2.5.0_p20180603-r3.ebuild @@ -35,20 +35,20 @@ RDEPEND=" sys-libs/zlib client? ( + media-libs/libglvnd[X] + media-libs/libjpeg-turbo:= media-libs/libogg media-libs/libpng:0= - media-libs/libsdl2[joystick,opengl,sound,threads,video] + media-libs/libsdl2[joystick,opengl,sound,threads(+),video] media-libs/libtheora media-libs/libvorbis media-libs/sdl2-mixer[vorbis] media-libs/sdl2-ttf media-libs/xvid - virtual/jpeg:0 - virtual/opengl ) server? ( - media-libs/libsdl2[threads] + media-libs/libsdl2[threads(+)] ) "