diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-22 17:28:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-22 17:28:30 +0000 |
commit | 49ab2e6414582962ec49f9bbfba0030e4724cde8 (patch) | |
tree | 364d724720146683b05246cd1b132d23597fe7b4 /games-fps/industri | |
parent | make description more useful (diff) | |
download | gentoo-2-49ab2e6414582962ec49f9bbfba0030e4724cde8.tar.gz gentoo-2-49ab2e6414582962ec49f9bbfba0030e4724cde8.tar.bz2 gentoo-2-49ab2e6414582962ec49f9bbfba0030e4724cde8.zip |
modular X deps
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'games-fps/industri')
-rw-r--r-- | games-fps/industri/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/industri/industri-1.01.ebuild | 20 |
2 files changed, 22 insertions, 5 deletions
diff --git a/games-fps/industri/ChangeLog b/games-fps/industri/ChangeLog index b04c8976e12f..d97bf6f9a27a 100644 --- a/games-fps/industri/ChangeLog +++ b/games-fps/industri/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/industri -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/ChangeLog,v 1.4 2005/09/16 01:17:11 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/ChangeLog,v 1.5 2006/03/22 17:28:30 mr_bones_ Exp $ + + 22 Mar 2006; Michael Sterrett <mr_bones_@gentoo.org> industri-1.01.ebuild: + modular X deps 16 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org> industri-1.01.ebuild: needs app-arch/unzip; tidy diff --git a/games-fps/industri/industri-1.01.ebuild b/games-fps/industri/industri-1.01.ebuild index 0d1b80127c23..d49e34e74823 100644 --- a/games-fps/industri/industri-1.01.ebuild +++ b/games-fps/industri/industri-1.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/industri-1.01.ebuild,v 1.10 2005/11/05 22:35:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/industri-1.01.ebuild,v 1.11 2006/03/22 17:28:30 mr_bones_ Exp $ inherit toolchain-funcs games @@ -15,10 +15,24 @@ KEYWORDS="x86" IUSE="" RDEPEND="virtual/opengl - virtual/x11 + || ( + ( + media-libs/mesa + x11-libs/libXxf86dga + x11-libs/libXext + x11-libs/libX11 + x11-libs/libXxf86vm ) + virtual/x11 ) media-libs/libpng sys-libs/zlib" DEPEND="${RDEPEND} + || ( + ( + x11-proto/xf86dgaproto + x11-proto/xextproto + x11-proto/xf86vidmodeproto + x11-proto/xproto ) + virtual/x11 ) app-arch/unzip" S=${WORKDIR}/industri_BIN |