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 AF1B81581C1 for ; Mon, 15 Jul 2024 22:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5B0DE2AF6; Mon, 15 Jul 2024 22:06:41 +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 pigeon.gentoo.org (Postfix) with ESMTPS id B2906E2AF6 for ; Mon, 15 Jul 2024 22:06:41 +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 BDFEA33BE12 for ; Mon, 15 Jul 2024 22:06:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF18A1DCB for ; Mon, 15 Jul 2024 22:06:38 +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: <1721081174.7b0d522b5f3132cdbf158021de9067b176a5838b.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/dunelegacy/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/dunelegacy/dunelegacy-0.96.4-r1.ebuild games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild X-VCS-Directories: games-strategy/dunelegacy/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 7b0d522b5f3132cdbf158021de9067b176a5838b X-VCS-Branch: master Date: Mon, 15 Jul 2024 22:06:38 +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: 8d59ef93-abf4-4ced-87ac-2f4f0266f7f8 X-Archives-Hash: 43324238ca2c5b5e570574371b3af176 commit: 7b0d522b5f3132cdbf158021de9067b176a5838b Author: James Le Cuirot gentoo org> AuthorDate: Mon Jul 15 22:06:14 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Jul 15 22:06:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0d522b games-strategy/dunelegacy: libsdl2 will drop the threads USE flag, EAPI 8 Signed-off-by: James Le Cuirot gentoo.org> .../{dunelegacy-0.96.4.ebuild => dunelegacy-0.96.4-r1.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild b/games-strategy/dunelegacy/dunelegacy-0.96.4-r1.ebuild similarity index 88% rename from games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild rename to games-strategy/dunelegacy/dunelegacy-0.96.4-r1.ebuild index 3ccbcf464bcc..2796c4aef2fb 100644 --- a/games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild +++ b/games-strategy/dunelegacy/dunelegacy-0.96.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop xdg @@ -12,9 +12,10 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm ~riscv ~x86" -RDEPEND="media-libs/libsdl2[sound,threads,video] - media-libs/sdl2-mixer[midi]" - +RDEPEND=" + media-libs/libsdl2[sound,threads(+),video] + media-libs/sdl2-mixer[midi] +" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"