Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/mars-game/
Date: Mon, 27 Aug 2018 21:13:42
Message-Id: 1535404353.0f68f18c7fce540ec9cec18a0774ab05770b3ae2.chewi@gentoo
1 commit: 0f68f18c7fce540ec9cec18a0774ab05770b3ae2
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 27 21:12:33 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 27 21:12:33 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=0f68f18c
7
8 games-arcade/mars-game: Forgot to add libsfml subslot operator
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 games-arcade/mars-game/mars-game-0.7.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-arcade/mars-game/mars-game-0.7.6.ebuild b/games-arcade/mars-game/mars-game-0.7.6.ebuild
16 index 5e2944c..bbbd032 100644
17 --- a/games-arcade/mars-game/mars-game-0.7.6.ebuild
18 +++ b/games-arcade/mars-game/mars-game-0.7.6.ebuild
19 @@ -18,7 +18,7 @@ IUSE="debug"
20
21 DEPEND="
22 dev-libs/fribidi
23 - media-libs/libsfml
24 + media-libs/libsfml:=
25 media-libs/taglib
26 virtual/opengl
27 "