diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-07-15 23:06:14 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-07-15 23:06:14 +0100 |
commit | 7b0d522b5f3132cdbf158021de9067b176a5838b (patch) | |
tree | 84d390363f13e1a3f59ed8091865c89a87a95fd9 /games-strategy/dunelegacy | |
parent | media-sound/mpd: Stabilize 0.23.15-r1 amd64, #936108 (diff) | |
download | gentoo-7b0d522b5f3132cdbf158021de9067b176a5838b.tar.gz gentoo-7b0d522b5f3132cdbf158021de9067b176a5838b.tar.bz2 gentoo-7b0d522b5f3132cdbf158021de9067b176a5838b.zip |
games-strategy/dunelegacy: libsdl2 will drop the threads USE flag, EAPI 8
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-strategy/dunelegacy')
-rw-r--r-- | games-strategy/dunelegacy/dunelegacy-0.96.4-r1.ebuild (renamed from games-strategy/dunelegacy/dunelegacy-0.96.4.ebuild) | 9 |
1 files 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 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" |