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-fps/quakeforge/
Date: Wed, 30 Dec 2015 22:09:04
Message-Id: 1451512429.d48f0aa6d1571688edd2e0d6b9d481c648c4c6b6.mr_bones_@gentoo
1 commit: d48f0aa6d1571688edd2e0d6b9d481c648c4c6b6
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 21:53:49 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 21:53:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48f0aa6
7
8 games-fps/quakeforge: clean up inherit; use dep for libsdl; add slot dep for sys-libs/ncurses
9
10 Package-Manager: portage-2.2.24
11
12 games-fps/quakeforge/quakeforge-0.7.2.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/games-fps/quakeforge/quakeforge-0.7.2.ebuild b/games-fps/quakeforge/quakeforge-0.7.2.ebuild
16 index 6388f5f..2ca59c7 100644
17 --- a/games-fps/quakeforge/quakeforge-0.7.2.ebuild
18 +++ b/games-fps/quakeforge/quakeforge-0.7.2.ebuild
19 @@ -3,7 +3,7 @@
20 # $Id$
21
22 EAPI=5
23 -inherit base eutils autotools games
24 +inherit eutils autotools games
25
26 DESCRIPTION="A new 3d engine based off of id Softwares's legendary Quake and QuakeWorld game engine"
27 HOMEPAGE="http://www.quakeforge.net/"
28 @@ -21,13 +21,13 @@ RDEPEND="
29 virtual/opengl
30 png? ( media-libs/libpng:0 )
31 flac? ( media-libs/flac )
32 - sdl? ( media-libs/libsdl )
33 + sdl? ( media-libs/libsdl[video] )
34 X? (
35 x11-libs/libX11
36 x11-libs/libXext
37 x11-libs/libXxf86vm
38 )
39 - ncurses? ( sys-libs/ncurses )
40 + ncurses? ( sys-libs/ncurses:0 )
41 vorbis? ( media-libs/libogg media-libs/libvorbis )
42 zlib? ( sys-libs/zlib )
43 xv? (