diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:03:46 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:03:46 +0000 |
commit | 4f410edb4abbf7b921bf0c37e59122f9bf7a792d (patch) | |
tree | 05e08a0003b965ea7d267d80f774cac5509af06b /games-strategy/smac | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-4f410edb4abbf7b921bf0c37e59122f9bf7a792d.tar.gz gentoo-2-4f410edb4abbf7b921bf0c37e59122f9bf7a792d.tar.bz2 gentoo-2-4f410edb4abbf7b921bf0c37e59122f9bf7a792d.zip |
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-strategy/smac')
-rw-r--r-- | games-strategy/smac/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/smac/smac-6.0a.ebuild | 13 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games-strategy/smac/ChangeLog b/games-strategy/smac/ChangeLog index d825a23c999c..1170a28498c8 100644 --- a/games-strategy/smac/ChangeLog +++ b/games-strategy/smac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/smac # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.9 2006/10/24 23:08:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.10 2006/12/06 21:03:46 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> smac-6.0a.ebuild: + Remove old virtual/x11 dependency. 24 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> smac-6.0a.ebuild: Moved cdrom_get_cds to src_unpack since binary packages don't require the diff --git a/games-strategy/smac/smac-6.0a.ebuild b/games-strategy/smac/smac-6.0a.ebuild index c9f71dd1ea2e..edcae0fd74a5 100644 --- a/games-strategy/smac/smac-6.0a.ebuild +++ b/games-strategy/smac/smac-6.0a.ebuild @@ -1,6 +1,6 @@ # 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.10 2006/10/24 23:08:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.11 2006/12/06 21:03:46 wolf31o2 Exp $ inherit eutils games @@ -17,13 +17,10 @@ RESTRICT="strip" DEPEND="games-util/loki_patch" RDEPEND="sys-libs/glibc - || ( - ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXau - x11-libs/libXdmcp ) - virtual/x11 ) + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXau + x11-libs/libXdmcp sys-libs/lib-compat-loki media-libs/libsdl media-libs/sdl-ttf |