diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-05-08 12:24:24 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-05-08 12:24:24 +0000 |
commit | df9d97bced597a4a871905b16c887bb7838b399d (patch) | |
tree | d806d21e51781267da0cc44fb6ff8fb033a953f8 /gnome-base/gnome | |
parent | Version bump and qa cleanups (diff) | |
download | gentoo-2-df9d97bced597a4a871905b16c887bb7838b399d.tar.gz gentoo-2-df9d97bced597a4a871905b16c887bb7838b399d.tar.bz2 gentoo-2-df9d97bced597a4a871905b16c887bb7838b399d.zip |
lower tomboy dep since nobody is taking care of it and I want to remove the mask on the meta.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'gnome-base/gnome')
-rw-r--r-- | gnome-base/gnome/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gnome/gnome-2.22.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gnome-base/gnome/ChangeLog b/gnome-base/gnome/ChangeLog index fb1f19e11c8c..2124098ffac0 100644 --- a/gnome-base/gnome/ChangeLog +++ b/gnome-base/gnome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gnome # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.333 2008/04/12 14:06:32 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.334 2008/05/08 12:24:24 eva Exp $ + + 08 May 2008; Gilles Dartiguelongue <eva@gentoo.org> gnome-2.22.1.ebuild: + lower tomboy dep since nobody is taking care of it and I want to remove + the mask on the meta. 12 Apr 2008; Gilles Dartiguelongue <eva@gentoo.org> gnome-2.20.3.ebuild: Remove gnome-system-tools 2.14 from RDEPEND to all because it is starting diff --git a/gnome-base/gnome/gnome-2.22.1.ebuild b/gnome-base/gnome/gnome-2.22.1.ebuild index c613a4f7dc24..25639ec50714 100644 --- a/gnome-base/gnome/gnome-2.22.1.ebuild +++ b/gnome-base/gnome/gnome-2.22.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.22.1.ebuild,v 1.1 2008/04/10 17:23:14 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.22.1.ebuild,v 1.2 2008/05/08 12:24:24 eva Exp $ EAPI="1" DESCRIPTION="Meta package for the GNOME desktop" @@ -161,9 +161,9 @@ RDEPEND=" >=gnome-extra/mousetweaks-2.22.1 ) cups? ( >=net-print/gnome-cups-manager-0.31-r2 ) - mono? ( >=app-misc/tomboy-0.10.1 )" + mono? ( >=app-misc/tomboy-0.10.0 )" # Broken from assumptions of gnome-vfs headers being included in nautilus headers, -# which isn't the case with nautilus-2.22 +# which isn't the case with nautilus-2.22, bug #216019 # >=app-admin/gnome-system-tools-2.14.0 # >=app-admin/system-tools-backends-1.4.2 |