diff options
author | Sebastian Pipping <sping@gentoo.org> | 2023-02-04 04:35:39 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2023-02-04 04:38:49 +0100 |
commit | 2d66e9a07e972cfd20dc12146c31293faa682f2b (patch) | |
tree | e551ef2e5121f34527a1834ffdb6e3905d5f3ca8 /games-arcade | |
parent | app-metrics/github-exporter: drop 1.0.2 (diff) | |
download | gentoo-2d66e9a07e972cfd20dc12146c31293faa682f2b.tar.gz gentoo-2d66e9a07e972cfd20dc12146c31293faa682f2b.tar.bz2 gentoo-2d66e9a07e972cfd20dc12146c31293faa682f2b.zip |
games-arcade/xrick: Prevent use with unfixed sdl12-compat
Fixes merged upstream, expected in >=media-libs/libsdl-1.2.61
https://github.com/libsdl-org/sdl12-compat/issues/283
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/xrick/xrick-021212-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-arcade/xrick/xrick-021212-r2.ebuild b/games-arcade/xrick/xrick-021212-r2.ebuild index 3ef05387653d..eaa56d752fbc 100644 --- a/games-arcade/xrick/xrick-021212-r2.ebuild +++ b/games-arcade/xrick/xrick-021212-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~ppc64 ~x86" RESTRICT="mirror bindist" # bug #149097 DEPEND="media-libs/libsdl[video]" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !~media-libs/libsdl-1.2.60" PATCHES=( "${FILESDIR}"/${P}-exit.patch |