diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-22 19:24:17 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-22 19:24:17 +0000 |
commit | 4314f8d55c38ae2d4442793f155f9fa9547f1362 (patch) | |
tree | 1f254b7e0372b8f06257bbd7c4bcbbd3e7e3b32c /games-strategy/smac/smac-6.0a.ebuild | |
parent | Marked stable on amd64 per bug #119634 (diff) | |
download | gentoo-2-4314f8d55c38ae2d4442793f155f9fa9547f1362.tar.gz gentoo-2-4314f8d55c38ae2d4442793f155f9fa9547f1362.tar.bz2 gentoo-2-4314f8d55c38ae2d4442793f155f9fa9547f1362.zip |
Added modular X dependencies and closing bug #118259.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-strategy/smac/smac-6.0a.ebuild')
-rw-r--r-- | games-strategy/smac/smac-6.0a.ebuild | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/games-strategy/smac/smac-6.0a.ebuild b/games-strategy/smac/smac-6.0a.ebuild index e715af9130ea..044254504f31 100644 --- a/games-strategy/smac/smac-6.0a.ebuild +++ b/games-strategy/smac/smac-6.0a.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-strategy/smac/smac-6.0a.ebuild,v 1.5 2005/12/09 20:36:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.6 2006/01/22 19:24:17 wolf31o2 Exp $ inherit eutils games @@ -16,8 +16,14 @@ IUSE="videos" RESTRICT="nostrip" DEPEND="games-util/loki_patch" -RDEPEND="virtual/x11 - sys-libs/glibc +RDEPEND="sys-libs/glibc + || ( + ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXau + x11-libs/libXdmcp ) + virtual/x11 ) sys-libs/lib-compat-loki media-libs/libsdl media-libs/sdl-ttf |