diff options
author | Alex Alexander <wired@gentoo.org> | 2010-12-03 22:57:11 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-12-03 22:57:11 +0000 |
commit | 5613f0d585198b53a3e92817cc89083f7ed76f6e (patch) | |
tree | b05350a9d1dbcf6f9d0cd0596ed216f97b4b9ee8 /x11-libs | |
parent | [kde-base/kdesdk-misc] Added blocker for bug 332319. Let's hope portage handl... (diff) | |
download | gentoo-2-5613f0d585198b53a3e92817cc89083f7ed76f6e.tar.gz gentoo-2-5613f0d585198b53a3e92817cc89083f7ed76f6e.tar.bz2 gentoo-2-5613f0d585198b53a3e92817cc89083f7ed76f6e.zip |
added x11-wm/awesome to PDEPEND, bug #342259
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libnotify/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.5.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog index e206fff66c61..1c35c1490313 100644 --- a/x11-libs/libnotify/ChangeLog +++ b/x11-libs/libnotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libnotify # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.55 2010/07/20 17:06:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.56 2010/12/03 22:57:11 wired Exp $ + + 03 Dec 2010; Alex Alexander <wired@gentoo.org> libnotify-0.4.5.ebuild: + added x11-wm/awesome to PDEPEND, bug #342259 20 Jul 2010; Jeroen Roovers <jer@gentoo.org> libnotify-0.4.5.ebuild: Drop HPPA keywording (bug #324511). diff --git a/x11-libs/libnotify/libnotify-0.4.5.ebuild b/x11-libs/libnotify/libnotify-0.4.5.ebuild index 305f0744bef7..12dc3061f5e4 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.15 2010/07/20 17:06:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.5.ebuild,v 1.16 2010/12/03 22:57:11 wired Exp $ EAPI=2 @@ -19,7 +19,8 @@ RDEPEND=">=x11-libs/gtk+-2.6:2 DEPEND="${RDEPEND} dev-util/pkgconfig" PDEPEND="|| ( x11-misc/notification-daemon - xfce-extra/xfce4-notifyd )" + xfce-extra/xfce4-notifyd + >=x11-wm/awesome-3.4.4 )" src_configure() { econf \ |