commit: 2d66e9a07e972cfd20dc12146c31293faa682f2b Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Sat Feb 4 03:35:39 2023 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Sat Feb 4 03:38:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d66e9a0
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 <AT> gentoo.org> games-arcade/xrick/xrick-021212-r2.ebuild | 5 +++-- 1 file 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