diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-26 16:28:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-26 16:28:15 +0000 |
commit | 1dec3fd7e2894a1df051e28a56ea2127ec83ce5d (patch) | |
tree | dcd5aa45f301d9832dea330ee499b33968ecd383 /x11-libs | |
parent | Revision bump and use xfconf.eclass. (diff) | |
download | gentoo-2-1dec3fd7e2894a1df051e28a56ea2127ec83ce5d.tar.gz gentoo-2-1dec3fd7e2894a1df051e28a56ea2127ec83ce5d.tar.bz2 gentoo-2-1dec3fd7e2894a1df051e28a56ea2127ec83ce5d.zip |
Fix depend
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libnotify/libnotify-0.4.5.ebuild b/x11-libs/libnotify/libnotify-0.4.5.ebuild index 07224b683cfc..9cccee537118 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-2010 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.13 2010/01/15 21:38:48 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.14 2010/03/26 16:28:15 ssuominen Exp $ EAPI=2 @@ -19,7 +19,7 @@ RDEPEND=">=x11-libs/gtk+-2.6:2 DEPEND="${RDEPEND} dev-util/pkgconfig" PDEPEND="|| ( x11-misc/notification-daemon - x11-misc/xfce4-notifyd )" + xfce-extra/xfce4-notifyd )" src_configure() { econf \ |