diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-01-18 15:34:23 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-01-18 15:34:23 +0000 |
commit | d8488bbeff9bba8912ca9e310d07b557d0fdbfc2 (patch) | |
tree | 9592d91a0457e21e75b8bef8805d56bc94ea86e6 /x11-misc/notification-daemon-xfce | |
parent | amd64/x86 stable, bug #255061 (diff) | |
download | gentoo-2-d8488bbeff9bba8912ca9e310d07b557d0fdbfc2.tar.gz gentoo-2-d8488bbeff9bba8912ca9e310d07b557d0fdbfc2.tar.bz2 gentoo-2-d8488bbeff9bba8912ca9e310d07b557d0fdbfc2.zip |
Added libnotify dependency, bug 253335
(Portage version: 2.2_rc22/cvs/Linux 2.6.29-rc2 x86_64)
Diffstat (limited to 'x11-misc/notification-daemon-xfce')
-rw-r--r-- | x11-misc/notification-daemon-xfce/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-misc/notification-daemon-xfce/ChangeLog b/x11-misc/notification-daemon-xfce/ChangeLog index 1cd6a3fe2efd..b866743f2673 100644 --- a/x11-misc/notification-daemon-xfce/ChangeLog +++ b/x11-misc/notification-daemon-xfce/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/notification-daemon-xfce -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog,v 1.5 2008/09/21 18:06:06 angelos Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/ChangeLog,v 1.6 2009/01/18 15:34:23 angelos Exp $ + + 18 Jan 2009; Christoph Mende <angelos@gentoo.org> + notification-daemon-xfce-0.3.7.ebuild: + Added libnotify dependency, bug 253335 21 Sep 2008; Christoph Mende <angelos@gentoo.org> notification-daemon-xfce-0.3.7.ebuild: diff --git a/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild b/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild index 56aa43dfa884..b613103b72bd 100644 --- a/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild +++ b/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.5 2008/09/21 18:06:06 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.6 2009/01/18 15:34:23 angelos Exp $ EAPI=1 @@ -17,6 +17,7 @@ IUSE="debug +xfce" RDEPEND=">=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6 + x11-libs/libnotify >=xfce-base/libxfcegui4-4.3.90 >=xfce-base/libxfce4util-4.3.90 xfce? ( >=xfce-base/xfce-mcs-manager-4.2.2 ) |