diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-01 09:31:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-01 09:31:34 +0000 |
commit | d4d788fae16cb0ad563c72291897dcb61f0832cb (patch) | |
tree | 2d8a0f3d9de37ec4473898467617cf357707a031 /x11-misc/notify-osd | |
parent | New snapshot and remove blockers on other notification daemons because of the... (diff) | |
download | gentoo-2-d4d788fae16cb0ad563c72291897dcb61f0832cb.tar.gz gentoo-2-d4d788fae16cb0ad563c72291897dcb61f0832cb.tar.bz2 gentoo-2-d4d788fae16cb0ad563c72291897dcb61f0832cb.zip |
Only block <xfce-extra/xfce4-notifyd-0.2.1_p20110101 because of the new unique dbus service filename.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/notify-osd')
-rw-r--r-- | x11-misc/notify-osd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/notify-osd/notify-osd-0.9.30.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/notify-osd/ChangeLog b/x11-misc/notify-osd/ChangeLog index 86cee61f871b..f6f6b36aef8d 100644 --- a/x11-misc/notify-osd/ChangeLog +++ b/x11-misc/notify-osd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/notify-osd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.4 2011/03/28 03:43:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.5 2011/05/01 09:31:34 ssuominen Exp $ + + 01 May 2011; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.30.ebuild: + Only block <xfce-extra/xfce4-notifyd-0.2.1_p20110101 because of the new + unique dbus service filename. 28 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.30.ebuild: Fix missing gnome-base/gnome-common DEPEND wrt #360859 by Oleg. diff --git a/x11-misc/notify-osd/notify-osd-0.9.30.ebuild b/x11-misc/notify-osd/notify-osd-0.9.30.ebuild index 4ad12efef673..3f44ce283ff1 100644 --- a/x11-misc/notify-osd/notify-osd-0.9.30.ebuild +++ b/x11-misc/notify-osd/notify-osd-0.9.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,v 1.4 2011/03/28 03:43:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.30.ebuild,v 1.5 2011/05/01 09:31:34 ssuominen Exp $ EAPI=2 inherit autotools eutils gnome2-utils savedconfig @@ -22,7 +22,7 @@ COMMON_DEPEND=">=dev-libs/dbus-glib-0.88 x11-libs/libwnck:1 x11-libs/libX11 x11-libs/pixman - !xfce-extra/xfce4-notifyd + !<xfce-extra/xfce4-notifyd-0.2.1_p20110101 !x11-misc/notification-daemon" RDEPEND="${COMMON_DEPEND} !minimal? ( x11-themes/notify-osd-icons )" |