diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-03-25 10:42:31 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-03-25 10:42:31 +0000 |
commit | 69ea2decf452abf79e4a9e38917f5feb0ddd6308 (patch) | |
tree | 5ded3e0ee30488f09c1cc84b2d5f695b409da6b0 /x11-misc/notification-daemon | |
parent | Version bump (diff) | |
download | gentoo-2-69ea2decf452abf79e4a9e38917f5feb0ddd6308.tar.gz gentoo-2-69ea2decf452abf79e4a9e38917f5feb0ddd6308.tar.bz2 gentoo-2-69ea2decf452abf79e4a9e38917f5feb0ddd6308.zip |
Dep on newest libnotify for bug 254235. Thanks to Serge Gavrilov for the report.
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/notification-daemon')
-rw-r--r-- | x11-misc/notification-daemon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog index 5f5890f92682..ca8231b71052 100644 --- a/x11-misc/notification-daemon/ChangeLog +++ b/x11-misc/notification-daemon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/notification-daemon # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.53 2009/03/01 18:23:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.54 2009/03/25 10:42:31 loki_val Exp $ + + 25 Mar 2009; Peter Alfredsen <loki_val@gentoo.org> + notification-daemon-0.4.0.ebuild: + Dep on newest libnotify for bug 254235. Thanks to Serge Gavrilov for the + report. 01 Mar 2009; Patrick Lauer <patrick@gentoo.org> notification-daemon-0.4.0.ebuild: diff --git a/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild b/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild index 15b8579a0fcf..dd2620aee6ee 100644 --- a/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild +++ b/x11-misc/notification-daemon/notification-daemon-0.4.0.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/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.3 2009/03/01 18:23:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0.ebuild,v 1.4 2009/03/25 10:42:31 loki_val Exp $ WANT_AUTOMAKE="1.9" @@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2.4.0 >=x11-libs/libsexy-0.1.3 >=dev-libs/dbus-glib-0.71 x11-libs/libwnck - x11-libs/libnotify + ~x11-libs/libnotify-0.4.5 >=gnome-base/libglade-2 gstreamer? ( >=media-libs/gstreamer-0.10 )" DEPEND="${RDEPEND} |