diff options
author | 2013-06-16 16:11:18 +0000 | |
---|---|---|
committer | 2013-06-16 16:11:18 +0000 | |
commit | 95b96a716d7b9702cec675446d4e3a7644b8ca6b (patch) | |
tree | fe7f4687e2829c91f6b668ce0a539dcdc435fc14 /x11-misc/dunst | |
parent | Version bump, security bug #460278 (diff) | |
download | gentoo-2-95b96a716d7b9702cec675446d4e3a7644b8ca6b.tar.gz gentoo-2-95b96a716d7b9702cec675446d4e3a7644b8ca6b.tar.bz2 gentoo-2-95b96a716d7b9702cec675446d4e3a7644b8ca6b.zip |
added missing dunstify dep
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'x11-misc/dunst')
-rw-r--r-- | x11-misc/dunst/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/dunst/dunst-1.0.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/dunst/ChangeLog b/x11-misc/dunst/ChangeLog index 0aafd984b9cd..9246ba763ca0 100644 --- a/x11-misc/dunst/ChangeLog +++ b/x11-misc/dunst/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/dunst # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/ChangeLog,v 1.3 2013/06/15 16:49:23 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/ChangeLog,v 1.4 2013/06/16 16:11:18 wired Exp $ + + 16 Jun 2013; Alex Alexander <wired@gentoo.org> dunst-1.0.0.ebuild: + added missing dunstify dep 15 Jun 2013; Alex Alexander <wired@gentoo.org> dunst-1.0.0.ebuild: removed empty line diff --git a/x11-misc/dunst/dunst-1.0.0.ebuild b/x11-misc/dunst/dunst-1.0.0.ebuild index 70bc44d79777..9e80b89a0364 100644 --- a/x11-misc/dunst/dunst-1.0.0.ebuild +++ b/x11-misc/dunst/dunst-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/dunst-1.0.0.ebuild,v 1.2 2013/06/15 16:49:23 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/dunst-1.0.0.ebuild,v 1.3 2013/06/16 16:11:18 wired Exp $ EAPI=5 @@ -22,6 +22,7 @@ CDEPEND=" x11-libs/libXinerama x11-libs/cairo[X,glib] x11-libs/pango[X] + dunstify? ( x11-libs/libnotify ) " DEPEND="${CDEPEND} |