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
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)
-rw-r--r--x11-libs/libnotify/ChangeLog6
-rw-r--r--x11-libs/libnotify/libnotify-0.4.5.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog
index f11f99afb5db..bdafdcd98ab3 100644
--- a/x11-libs/libnotify/ChangeLog
+++ b/x11-libs/libnotify/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libnotify
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.47 2009/03/26 18:12:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.48 2009/04/03 11:09:59 chainsaw Exp $
+
+ 03 Apr 2009; <chainsaw@gentoo.org> libnotify-0.4.5.ebuild:
+ Add x11-misc/xfce4-notifyd as the third possibility for the notification
+ daemon PDEPEND. Resolves bug #260686 by Joshua Rich.
26 Mar 2009; Brent Baude <ranger@gentoo.org> libnotify-0.4.5.ebuild:
stable ppc, bug 263411
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"