diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:07:59 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 21:07:59 +0000 |
commit | 50ba7f8759045f1f8825c8b0b493afdf4ca2e4f5 (patch) | |
tree | 80c3079b5a42f5d13e0c076fa487a133ad3c91ee /games-strategy/wesnoth | |
parent | Remove old virtual/x11 dependency. (diff) | |
download | gentoo-2-50ba7f8759045f1f8825c8b0b493afdf4ca2e4f5.tar.gz gentoo-2-50ba7f8759045f1f8825c8b0b493afdf4ca2e4f5.tar.bz2 gentoo-2-50ba7f8759045f1f8825c8b0b493afdf4ca2e4f5.zip |
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.0.2.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index e5bf3c421121..fdff25e93a31 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wesnoth # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.81 2006/12/05 05:44:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.82 2006/12/06 21:07:59 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> wesnoth-1.0.2.ebuild: + Remove old virtual/x11 dependency. *wesnoth-1.1.13 (05 Dec 2006) 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 |