Gentoo Archives: gentoo-commits

From: Stefan Strogin <steils@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/violetland/
Date: Wed, 02 Dec 2020 11:40:11
Message-Id: 1606909029.9b314ffd10636926ebc6b34f71ce99e560e92f8d.steils@gentoo
1 commit: 9b314ffd10636926ebc6b34f71ce99e560e92f8d
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Tue Dec 1 00:17:25 2020 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 11:37:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b314ffd
7
8 games-action/violetland: fix dependency on libsdl
9
10 Closes: https://bugs.gentoo.org/739072
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
13 Closes: https://github.com/gentoo/gentoo/pull/18466
14 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
15
16 games-action/violetland/violetland-0.5.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/games-action/violetland/violetland-0.5.ebuild b/games-action/violetland/violetland-0.5.ebuild
20 index 2046663755a..5a534a0a0cf 100644
21 --- a/games-action/violetland/violetland-0.5.ebuild
22 +++ b/games-action/violetland/violetland-0.5.ebuild
23 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
24
25 RDEPEND="
26 dev-libs/boost:=[threads(+)]
27 - media-libs/libsdl[sound,video]
28 + media-libs/libsdl[opengl,sound,video]
29 media-libs/sdl-image[png]
30 media-libs/sdl-mixer[vorbis]
31 media-libs/sdl-ttf