Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/xmoto/
Date: Wed, 16 Dec 2015 21:48:41
Message-Id: 1450302497.621a282f7b6c46760399d63bbecbf33b94e1c7d9.mr_bones_@gentoo
1 commit: 621a282f7b6c46760399d63bbecbf33b94e1c7d9
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 16 21:48:17 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 16 21:48:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621a282f
7
8 add some slot deps
9
10 Package-Manager: portage-2.2.24
11
12 games-sports/xmoto/xmoto-0.5.11.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/games-sports/xmoto/xmoto-0.5.11.ebuild b/games-sports/xmoto/xmoto-0.5.11.ebuild
16 index 20aba82..444ad49 100644
17 --- a/games-sports/xmoto/xmoto-0.5.11.ebuild
18 +++ b/games-sports/xmoto/xmoto-0.5.11.ebuild
19 @@ -21,9 +21,9 @@ RDEPEND="
20 dev-libs/libxdg-basedir
21 dev-db/sqlite:3
22 dev-games/ode
23 - dev-lang/lua[deprecated]
24 - virtual/jpeg
25 - media-libs/libpng
26 + dev-lang/lua:0[deprecated]
27 + virtual/jpeg:0
28 + media-libs/libpng:0
29 dev-libs/libxml2
30 media-libs/libsdl[joystick,opengl]
31 media-libs/sdl-mixer[vorbis]
32 @@ -55,7 +55,6 @@ src_configure() {
33 has_version 'dev-games/ode[double-precision]' && append-flags -DdDOUBLE
34
35 egamesconf \
36 - --disable-dependency-tracking \
37 --enable-threads=posix \
38 $(use_enable nls) \
39 --localedir=/usr/share/locale \