diff options
author | Alex Alexander <wired@gentoo.org> | 2013-06-15 16:49:23 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2013-06-15 16:49:23 +0000 |
commit | 1928069e8d2fe5df380a0c0fa33fe39cc1b8b845 (patch) | |
tree | 6061a7aaec34e8113e8e208a43eb874ae6e2b3ef /x11-misc | |
parent | version bump. bug #471584. thanks to René Neumann. (diff) | |
download | gentoo-2-1928069e8d2fe5df380a0c0fa33fe39cc1b8b845.tar.gz gentoo-2-1928069e8d2fe5df380a0c0fa33fe39cc1b8b845.tar.bz2 gentoo-2-1928069e8d2fe5df380a0c0fa33fe39cc1b8b845.zip |
removed empty line
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/dunst/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/dunst/dunst-1.0.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-misc/dunst/ChangeLog b/x11-misc/dunst/ChangeLog index eda6b3895c06..0aafd984b9cd 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.2 2013/06/15 16:45:28 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/ChangeLog,v 1.3 2013/06/15 16:49:23 wired Exp $ + + 15 Jun 2013; Alex Alexander <wired@gentoo.org> dunst-1.0.0.ebuild: + removed empty line *dunst-1.0.0 (15 Jun 2013) diff --git a/x11-misc/dunst/dunst-1.0.0.ebuild b/x11-misc/dunst/dunst-1.0.0.ebuild index 4005e493cee2..70bc44d79777 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.1 2013/06/15 16:45:28 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/dunst-1.0.0.ebuild,v 1.2 2013/06/15 16:49:23 wired Exp $ EAPI=5 @@ -37,7 +37,6 @@ src_prepare() { s:-O.:: }" config.mk || die "sed failed" - if ! use dunstify; then # don't build dunstify: it pulls in deps but is not being installed sed -ie "/^all:/ s:dunstify::" Makefile || die "sed failed" |