diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-07-24 21:02:53 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-07-24 21:02:53 +0000 |
commit | 0c7233b6436c9ea4f0d057a26860d0279b0caa3c (patch) | |
tree | 45da9cadb0146d7ff9658017c1502e79b85b5643 /x11-misc | |
parent | Remove old kernels from 3.4 series (diff) | |
download | gentoo-2-0c7233b6436c9ea4f0d057a26860d0279b0caa3c.tar.gz gentoo-2-0c7233b6436c9ea4f0d057a26860d0279b0caa3c.tar.bz2 gentoo-2-0c7233b6436c9ea4f0d057a26860d0279b0caa3c.zip |
whitespace
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/lightdm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/lightdm/lightdm-1.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/lightdm/ChangeLog b/x11-misc/lightdm/ChangeLog index bd7bfb72d386..e6b5a5d0e86d 100644 --- a/x11-misc/lightdm/ChangeLog +++ b/x11-misc/lightdm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/lightdm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.48 2012/07/24 08:10:22 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.49 2012/07/24 21:02:53 hwoarang Exp $ + + 24 Jul 2012; Markos Chandras <hwoarang@gentoo.org> lightdm-1.3.2.ebuild: + whitespace 24 Jul 2012; Johannes Huber <johu@gentoo.org> lightdm-1.0.11.ebuild: Stable for x86, wrt bug #427450 diff --git a/x11-misc/lightdm/lightdm-1.3.2.ebuild b/x11-misc/lightdm/lightdm-1.3.2.ebuild index cd78996bdb1a..17469e0e8618 100644 --- a/x11-misc/lightdm/lightdm-1.3.2.ebuild +++ b/x11-misc/lightdm/lightdm-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.3.2.ebuild,v 1.1 2012/07/19 21:55:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.3.2.ebuild,v 1.2 2012/07/24 21:02:53 hwoarang Exp $ EAPI=4 inherit autotools eutils pam @@ -47,7 +47,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-1.2.0-fix-configure.patch epatch_user - # Remove bogus Makefile statement. This needs to go upstream + # Remove bogus Makefile statement. This needs to go upstream sed -i /"@YELP_HELP_RULES@"/d help/Makefile.am || die if has_version dev-libs/gobject-introspection; then eautoreconf |