summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2009-04-03 11:09:59 +0000
committerTony Vroon <chainsaw@gentoo.org>2009-04-03 11:09:59 +0000
commite715f3619461316061f757c37cd094b4cd6e8c4d (patch)
tree918725eda4204284263e8a917c2731f64b41c65d /x11-libs/libnotify/libnotify-0.4.5.ebuild
parentBumped compiz to the 0.8.2 release. (diff)
downloadgentoo-2-e715f3619461316061f757c37cd094b4cd6e8c4d.tar.gz
gentoo-2-e715f3619461316061f757c37cd094b4cd6e8c4d.tar.bz2
gentoo-2-e715f3619461316061f757c37cd094b4cd6e8c4d.zip
Add x11-misc/xfce4-notifyd as the third possibility for the notification daemon PDEPEND. Resolves bug #260686 by Joshua Rich.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libnotify/libnotify-0.4.5.ebuild')
-rw-r--r--x11-libs/libnotify/libnotify-0.4.5.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/libnotify/libnotify-0.4.5.ebuild b/x11-libs/libnotify/libnotify-0.4.5.ebuild
index 9b01cc74ec05..de3914e4118c 100644
--- a/x11-libs/libnotify/libnotify-0.4.5.ebuild
+++ b/x11-libs/libnotify/libnotify-0.4.5.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-libs/libnotify/libnotify-0.4.5.ebuild,v 1.5 2009/03/26 18:12:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.6 2009/04/03 11:09:59 chainsaw Exp $
inherit eutils
@@ -19,7 +19,8 @@ RDEPEND=">=x11-libs/gtk+-2.6
DEPEND="${RDEPEND}
doc? ( >=dev-util/gtk-doc-1.4 )"
PDEPEND="|| ( x11-misc/notification-daemon
- x11-misc/notification-daemon-xfce )"
+ x11-misc/notification-daemon-xfce
+ x11-misc/xfce4-notifyd )"
src_install() {
emake install DESTDIR="${D}" || die "make install failed"