Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/oshu/
Date: Thu, 01 Mar 2018 22:04:51
Message-Id: 1519941883.9bece918d635d0de51962ad3e3d3f6d61f98aaf4.monsieurp@gentoo
1 commit: 9bece918d635d0de51962ad3e3d3f6d61f98aaf4
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Thu Mar 1 17:56:59 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 22:04:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bece918
7
8 games-arcade/oshu: depend on libSDL2-2.0.5.
9
10 Closes: https://github.com/gentoo/gentoo/pull/7328
11
12 games-arcade/oshu/oshu-1.6.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-arcade/oshu/oshu-1.6.0.ebuild b/games-arcade/oshu/oshu-1.6.0.ebuild
16 index de03656934d..6b76005883f 100644
17 --- a/games-arcade/oshu/oshu-1.6.0.ebuild
18 +++ b/games-arcade/oshu/oshu-1.6.0.ebuild
19 @@ -12,7 +12,7 @@ SLOT="0"
20 IUSE="libav"
21
22 RDEPEND="
23 - media-libs/libsdl2:=
24 + >=media-libs/libsdl2-2.0.5:=
25 media-libs/sdl2-image:=
26 x11-libs/cairo:=
27 !libav? ( media-video/ffmpeg:= )