diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-17 15:29:10 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-17 15:29:10 +0000 |
commit | 62f9340831575d1b2d2cf9262918424518784746 (patch) | |
tree | 6c152553b6081627640300536f0b5ef8f52d2ffb /x11-libs | |
parent | Version bump, thanks to Adam James (diff) | |
download | gentoo-2-62f9340831575d1b2d2cf9262918424518784746.tar.gz gentoo-2-62f9340831575d1b2d2cf9262918424518784746.tar.bz2 gentoo-2-62f9340831575d1b2d2cf9262918424518784746.zip |
Fix deps for net-libs/xulrunner and www-client/mozilla-firefox
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxmozilla/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-libs/wxmozilla/ChangeLog b/x11-libs/wxmozilla/ChangeLog index 81975fc919fe..4467036c3c0c 100644 --- a/x11-libs/wxmozilla/ChangeLog +++ b/x11-libs/wxmozilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/wxmozilla # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/ChangeLog,v 1.16 2008/01/28 16:18:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/ChangeLog,v 1.17 2008/03/17 15:29:10 armin76 Exp $ + + 17 Mar 2008; Raúl Porcel <armin76@gentoo.org> + wxmozilla-0.5.7_pre20070102.ebuild: + Fix deps for net-libs/xulrunner and www-client/mozilla-firefox 28 Jan 2008; Raúl Porcel <armin76@gentoo.org> metadata.xml: Replace wxwindows with wxwidgets in metadata diff --git a/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild b/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild index ce7ddd3e59dc..7a4a064a338e 100644 --- a/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild +++ b/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild,v 1.5 2007/12/04 04:23:43 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxmozilla/wxmozilla-0.5.7_pre20070102.ebuild,v 1.6 2008/03/17 15:29:10 armin76 Exp $ inherit eutils wxwidgets autotools @@ -15,12 +15,12 @@ HOMEPAGE="http://wxmozilla.sourceforge.net/" #DEPEND=" # =x11-libs/wxGTK-2.6* -# firefox? ( >=www-client/mozilla-firefox-2.0 ) -# !firefox? ( >=www-client/seamonkey-1.0.0 ) +# firefox? ( =www-client/mozilla-firefox-2* ) +# !firefox? ( =www-client/seamonkey-1* ) # python? ( dev-lang/python # >=dev-python/wxpython-2.6.3 )" DEPEND="=x11-libs/wxGTK-2.6* - >=www-client/mozilla-firefox-2.0 + =www-client/mozilla-firefox-2* python? ( dev-lang/python =dev-python/wxpython-2.6* )" |