diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-09-28 23:49:52 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-09-28 23:49:52 +0000 |
commit | d94bcade73af568afe276e4d82c73d37fdb2ab17 (patch) | |
tree | 04ff1a904abc81487ecba2c00a4145babbd2fcf1 /games-roguelike/scourge | |
parent | Stable on amd64 wrt bug #192247 (diff) | |
download | gentoo-2-d94bcade73af568afe276e4d82c73d37fdb2ab17.tar.gz gentoo-2-d94bcade73af568afe276e4d82c73d37fdb2ab17.tar.bz2 gentoo-2-d94bcade73af568afe276e4d82c73d37fdb2ab17.zip |
Lock wxGTK to 2.6.
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-roguelike/scourge')
-rw-r--r-- | games-roguelike/scourge/ChangeLog | 5 | ||||
-rw-r--r-- | games-roguelike/scourge/scourge-0.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-roguelike/scourge/ChangeLog b/games-roguelike/scourge/ChangeLog index bd9d363a9e41..47ae7a109461 100644 --- a/games-roguelike/scourge/ChangeLog +++ b/games-roguelike/scourge/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-roguelike/scourge # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/ChangeLog,v 1.26 2007/06/13 22:44:18 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/ChangeLog,v 1.27 2007/09/28 23:49:52 dirtyepic Exp $ + + 28 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> scourge-0.18.ebuild: + Lock wxGTK to 2.6. 13 Jun 2007; Tristan Heaven <nyhm@gentoo.org> +files/scourge-0.18-gcc42.patch, scourge-0.18.ebuild: diff --git a/games-roguelike/scourge/scourge-0.18.ebuild b/games-roguelike/scourge/scourge-0.18.ebuild index 0a5245a7fc13..b0a97a4f5020 100644 --- a/games-roguelike/scourge/scourge-0.18.ebuild +++ b/games-roguelike/scourge/scourge-0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/scourge-0.18.ebuild,v 1.2 2007/06/13 22:44:18 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/scourge/scourge-0.18.ebuild,v 1.3 2007/09/28 23:49:52 dirtyepic Exp $ inherit autotools eutils wxwidgets games @@ -21,7 +21,7 @@ RDEPEND="virtual/glu media-libs/sdl-net media-libs/sdl-mixer virtual/libintl - editor? ( >=x11-libs/wxGTK-2.6 )" + editor? ( =x11-libs/wxGTK-2.6* )" DEPEND="${RDEPEND} sys-devel/gettext" |