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 | |
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')
-rw-r--r-- | games-strategy/smac/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/smac/smac-6.0a.ebuild | 14 |
2 files changed, 15 insertions, 6 deletions
diff --git a/games-strategy/smac/ChangeLog b/games-strategy/smac/ChangeLog index 6eeef1510f6a..01ac5bd6cee8 100644 --- a/games-strategy/smac/ChangeLog +++ b/games-strategy/smac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/smac -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.4 2005/12/09 20:36:39 wolf31o2 Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.5 2006/01/22 19:24:17 wolf31o2 Exp $ + + 22 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> smac-6.0a.ebuild: + Added modular X dependencies and closing bug #118259. 09 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> smac-6.0a.ebuild: Updated ebuild with proper dependencies and closing bug #114803. 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 |