diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-09-19 03:33:55 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-09-19 03:33:55 +0000 |
commit | 3f9f0bee5a46e423edca04a878dfb86fb6d4abbb (patch) | |
tree | 7d32e6c7d188c0c30e11303e02ab436db7737704 /app-i18n/poedit | |
parent | Restore Nvidia binary driver support with today's release. (diff) | |
download | gentoo-2-3f9f0bee5a46e423edca04a878dfb86fb6d4abbb.tar.gz gentoo-2-3f9f0bee5a46e423edca04a878dfb86fb6d4abbb.tar.bz2 gentoo-2-3f9f0bee5a46e423edca04a878dfb86fb6d4abbb.zip |
lock wxGTK depend to 2.6
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-i18n/poedit')
-rw-r--r-- | app-i18n/poedit/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/poedit/poedit-1.3.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/poedit/ChangeLog b/app-i18n/poedit/ChangeLog index 401d97677cda..fdd94de6abe3 100644 --- a/app-i18n/poedit/ChangeLog +++ b/app-i18n/poedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/poedit # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.45 2007/09/15 23:29:11 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.46 2007/09/19 03:33:55 dirtyepic Exp $ + + 19 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> poedit-1.3.6.ebuild: + lock wxGTK depend to 2.6 15 Sep 2007; Ryan Hill <dirtyepic@gentoo.org> poedit-1.3.7.ebuild: Register MIME types on install. Bug #192626 by Vaclav. diff --git a/app-i18n/poedit/poedit-1.3.6.ebuild b/app-i18n/poedit/poedit-1.3.6.ebuild index 94ceb9fe27f4..957c87d28c28 100644 --- a/app-i18n/poedit/poedit-1.3.6.ebuild +++ b/app-i18n/poedit/poedit-1.3.6.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/app-i18n/poedit/poedit-1.3.6.ebuild,v 1.7 2007/01/31 21:06:26 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.3.6.ebuild,v 1.8 2007/09/19 03:33:55 dirtyepic Exp $ WX_GTK_VER="2.6" @@ -15,7 +15,7 @@ LICENSE="MIT" KEYWORDS="amd64 hppa ppc sparc x86" IUSE="spell" -DEPEND=">x11-libs/wxGTK-2.6 +DEPEND="=x11-libs/wxGTK-2.6* >=sys-libs/db-3 spell? ( >=app-text/gtkspell-2.0.0 )" |