diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-03-04 15:37:51 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-03-04 15:37:51 +0000 |
commit | cec9753a7fc25884adb764d7ea063c2887126a15 (patch) | |
tree | 4e41cf6ec2348733195a0e19a73252f15e5afb28 /mail-client/mahogany | |
parent | version bump (diff) | |
download | gentoo-2-cec9753a7fc25884adb764d7ea063c2887126a15.tar.gz gentoo-2-cec9753a7fc25884adb764d7ea063c2887126a15.tar.bz2 gentoo-2-cec9753a7fc25884adb764d7ea063c2887126a15.zip |
Fix wxGTK DEPEND atom to require 2.4.x. Bug #83991.
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-client/mahogany')
-rw-r--r-- | mail-client/mahogany/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mahogany/mahogany-0.65.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/mahogany/ChangeLog b/mail-client/mahogany/ChangeLog index a2c3bb98c1ff..e090eb5dad93 100644 --- a/mail-client/mahogany/ChangeLog +++ b/mail-client/mahogany/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mahogany # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mahogany/ChangeLog,v 1.2 2005/01/10 16:50:46 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mahogany/ChangeLog,v 1.3 2005/03/04 15:37:51 ticho Exp $ + + 04 Mar 2005; Andrej Kacian <ticho@gentoo.org> mahogany-0.65.ebuild: + Change wxGTK depend atom to depend on 2.4.x, since it won't work on 2.6. + Closes #83991, reported by Rob Cakebread <pythonhead@gentoo.org>. *mahogany-0.65 (10 Jan 2005) diff --git a/mail-client/mahogany/mahogany-0.65.ebuild b/mail-client/mahogany/mahogany-0.65.ebuild index 543d25999ade..0e66ed0371e2 100644 --- a/mail-client/mahogany/mahogany-0.65.ebuild +++ b/mail-client/mahogany/mahogany-0.65.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mahogany/mahogany-0.65.ebuild,v 1.1 2005/01/10 02:40:13 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mahogany/mahogany-0.65.ebuild,v 1.2 2005/03/04 15:37:51 ticho Exp $ inherit wxwidgets @@ -13,7 +13,7 @@ SLOT="0" LICENSE="mahogany" IUSE="python ssl static nls debug doc" -RDEPEND=">=x11-libs/wxGTK-2.4.2 +RDEPEND="=x11-libs/wxGTK-2.4* python? ( >=dev-lang/python-1.5* <dev-lang/python-2.2* ) ssl? ( dev-libs/openssl )" |