diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:12:09 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:12:09 +0000 |
commit | b3d69ee23ff816c8228400e49ef665be08e83f30 (patch) | |
tree | 65f8a93b3ee745fb154b5396576c671d05748ba6 /games-strategy/wesnoth/wesnoth-1.0.2.ebuild | |
parent | Remove obsolete version to force people to update and prevent bugs like #147863. (diff) | |
download | historical-b3d69ee23ff816c8228400e49ef665be08e83f30.tar.gz historical-b3d69ee23ff816c8228400e49ef665be08e83f30.tar.bz2 historical-b3d69ee23ff816c8228400e49ef665be08e83f30.zip |
Remove old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-strategy/wesnoth/wesnoth-1.0.2.ebuild')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.0.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.0.2.ebuild b/games-strategy/wesnoth/wesnoth-1.0.2.ebuild index 212d306a6e09..5ba504ee4f89 100644 --- a/games-strategy/wesnoth/wesnoth-1.0.2.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.0.2.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/wesnoth/wesnoth-1.0.2.ebuild,v 1.11 2006/09/10 08:44:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.0.2.ebuild,v 1.12 2006/12/06 21:07:59 wolf31o2 Exp $ inherit eutils toolchain-funcs flag-o-matic games @@ -16,9 +16,7 @@ IUSE="dedicated editor gnome kde lite nls server tools" DEPEND=">=media-libs/libsdl-1.2.7 !dedicated? ( - || ( - x11-libs/libX11 - virtual/x11 ) + x11-libs/libX11 >=media-libs/freetype-2 ) >=media-libs/sdl-mixer-1.2 >=media-libs/sdl-image-1.2 |