commit: 7b0d522b5f3132cdbf158021de9067b176a5838b
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 22:06:14 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> 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 <chewi <AT> 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"