diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-09-20 13:53:45 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-09-20 13:53:45 +0000 |
commit | 17c78a678485e3b6e990ee6163f73a954a77ba8b (patch) | |
tree | 5acad28604d90259485320995801ce3bee541282 /mail-client | |
parent | Fix build with sys-libs/db-4.8, bug #285544 (diff) | |
download | gentoo-2-17c78a678485e3b6e990ee6163f73a954a77ba8b.tar.gz gentoo-2-17c78a678485e3b6e990ee6163f73a954a77ba8b.tar.bz2 gentoo-2-17c78a678485e3b6e990ee6163f73a954a77ba8b.zip |
Drop unneeded eel dependency, bug #285566.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mail-notification/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/mail-notification/mail-notification-5.4-r1.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/mail-notification/ChangeLog b/mail-client/mail-notification/ChangeLog index 5cb4e03c6193..8d9eeb9fcd5c 100644 --- a/mail-client/mail-notification/ChangeLog +++ b/mail-client/mail-notification/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/mail-notification # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.88 2009/09/05 13:21:29 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog,v 1.89 2009/09/20 13:53:45 graaff Exp $ + + 20 Sep 2009; Hans de Graaff <graaff@gentoo.org> + mail-notification-5.4-r1.ebuild: + Drop obsolete eel dependency, which got dropped in version 5.1. Thanks to + Francisco Vázquez in #285566. 05 Sep 2009; Hans de Graaff <graaff@gentoo.org> mail-notification-5.4-r1.ebuild: diff --git a/mail-client/mail-notification/mail-notification-5.4-r1.ebuild b/mail-client/mail-notification/mail-notification-5.4-r1.ebuild index 87f49df3d2ce..f6ca5071bb20 100644 --- a/mail-client/mail-notification/mail-notification-5.4-r1.ebuild +++ b/mail-client/mail-notification/mail-notification-5.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r1.ebuild,v 1.7 2009/09/05 13:21:29 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r1.ebuild,v 1.8 2009/09/20 13:53:45 graaff Exp $ EAPI=1 @@ -24,7 +24,6 @@ RDEPEND=">=x11-libs/gtk+-2.12 >=dev-libs/glib-2.14 >=gnome-base/gconf-2.4.0 >=gnome-base/gnome-panel-2.6 - >=gnome-base/eel-2.6 >=gnome-base/gconf-2.6 >=gnome-base/libgnomeui-2.14 >=gnome-base/libglade-2.0 |