diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-13 14:13:39 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-13 14:13:39 +0000 |
commit | d540ba755420a680d49e5c2f70d0f038d1f1e5d2 (patch) | |
tree | 83dc95753875ce861cf7d9461bb17803e572d4bd /xfce-extra/xfce4-notifyd | |
parent | version bump (bug #358669) (diff) | |
download | gentoo-2-d540ba755420a680d49e5c2f70d0f038d1f1e5d2.tar.gz gentoo-2-d540ba755420a680d49e5c2f70d0f038d1f1e5d2.tar.bz2 gentoo-2-d540ba755420a680d49e5c2f70d0f038d1f1e5d2.zip |
block notify-osd
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-notifyd')
-rw-r--r-- | xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild index 36c8fb2bb588..74ca3f7a85aa 100644 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.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/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild,v 1.1 2011/02/03 18:39:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.1.ebuild,v 1.2 2011/03/13 14:13:39 ssuominen Exp $ EAPI=3 inherit xfconf @@ -21,7 +21,8 @@ RDEPEND=">=xfce-base/libxfce4util-4.8 >=sys-apps/dbus-1.4.1 >=dev-libs/dbus-glib-0.88 !<x11-libs/libnotify-0.4.5 - !x11-misc/notification-daemon" + !x11-misc/notification-daemon + !x11-misc/notify-osd" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig |