diff options
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/wxchtdecoder/ChangeLog | 7 | ||||
-rw-r--r-- | games-util/wxchtdecoder/wxchtdecoder-1.5.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-util/wxchtdecoder/ChangeLog b/games-util/wxchtdecoder/ChangeLog index 553edc7b2ee9..8e1ad290980f 100644 --- a/games-util/wxchtdecoder/ChangeLog +++ b/games-util/wxchtdecoder/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-util/wxchtdecoder -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/ChangeLog,v 1.2 2006/11/19 22:01:03 nyhm Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/ChangeLog,v 1.3 2007/09/28 23:56:25 dirtyepic Exp $ + + 28 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> wxchtdecoder-1.5.ebuild: + Lock wxGTK to 2.6. 19 Nov 2006; Tristan Heaven <nyhm@gentoo.org> wxchtdecoder-1.5.ebuild: Use wxwidgets eclass diff --git a/games-util/wxchtdecoder/wxchtdecoder-1.5.ebuild b/games-util/wxchtdecoder/wxchtdecoder-1.5.ebuild index 59933d19bb2f..b17310ceaabf 100644 --- a/games-util/wxchtdecoder/wxchtdecoder-1.5.ebuild +++ b/games-util/wxchtdecoder/wxchtdecoder-1.5.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-util/wxchtdecoder/wxchtdecoder-1.5.ebuild,v 1.3 2007/01/31 00:37:04 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/wxchtdecoder/wxchtdecoder-1.5.ebuild,v 1.4 2007/09/28 23:56:25 dirtyepic Exp $ inherit wxwidgets @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND=">=x11-libs/wxGTK-2.6" +DEPEND="=x11-libs/wxGTK-2.6*" pkg_setup() { WX_GTK_VER=2.6 need-wxwidgets gtk2 |