diff options
author | 2005-07-25 03:49:18 +0000 | |
---|---|---|
committer | 2005-07-25 03:49:18 +0000 | |
commit | 1ba5ab68db3b62d7facc6e1c0d5981d23315be76 (patch) | |
tree | 996cd7bfca1af51728deb94f020710e88099974a /app-office | |
parent | Second try on the -calendar hack (diff) | |
download | gentoo-2-1ba5ab68db3b62d7facc6e1c0d5981d23315be76.tar.gz gentoo-2-1ba5ab68db3b62d7facc6e1c0d5981d23315be76.tar.bz2 gentoo-2-1ba5ab68db3b62d7facc6e1c0d5981d23315be76.zip |
Require mozilla-launcher-1.44 which has the -calendar hack
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/mozilla-sunbird-bin/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/mozilla-sunbird-bin/ChangeLog b/app-office/mozilla-sunbird-bin/ChangeLog index 5ae1350114e0..29cfbba3c798 100644 --- a/app-office/mozilla-sunbird-bin/ChangeLog +++ b/app-office/mozilla-sunbird-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/mozilla-sunbird-bin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v 1.7 2005/07/25 03:37:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v 1.8 2005/07/25 03:49:18 agriffis Exp $ + + 25 Jul 2005; Aron Griffis <agriffis@gentoo.org> + mozilla-sunbird-bin-0.2.ebuild: + Require mozilla-launcher-1.44 which has the -calendar hack *mozilla-sunbird-bin-0.2 (25 Jul 2005) diff --git a/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild b/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild index 7413a5434e68..39edeee384d5 100644 --- a/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild +++ b/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.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/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild,v 1.1 2005/07/25 03:37:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild,v 1.2 2005/07/25 03:49:18 agriffis Exp $ inherit mozilla-launcher multilib @@ -24,7 +24,7 @@ RDEPEND="virtual/x11 >=app-emulation/emul-linux-x86-baselibs-1.0 >=app-emulation/emul-linux-x86-gtklibs-1.0 ) - >=www-client/mozilla-launcher-1.42" + >=www-client/mozilla-launcher-1.44" S=${WORKDIR}/sunbird |