Skip to content

Commit

Permalink
games-arcade/xrick: Prevent use with unfixed sdl12-compat
Browse files Browse the repository at this point in the history
Fixes merged upstream, expected in >=media-libs/libsdl-1.2.61
libsdl-org/sdl12-compat#283

Signed-off-by: Sebastian Pipping <[email protected]>
  • Loading branch information
hartwork committed Feb 4, 2023
1 parent 0d7740e commit 2d66e9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions games-arcade/xrick/xrick-021212-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2d66e9a

Please sign in to comment.