summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-12-22 12:24:48 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-12-22 12:24:48 +0000
commit613831f05c20aec011d473d1cb341298da6ed859 (patch)
tree7c3a33b72dc263bf3ac28cfe839145040676d5ac /lxde-base
parentAdd (and fix) upstream patch for optional consolekit support. Thanks to Bombi... (diff)
downloadgentoo-2-613831f05c20aec011d473d1cb341298da6ed859.tar.gz
gentoo-2-613831f05c20aec011d473d1cb341298da6ed859.tar.bz2
gentoo-2-613831f05c20aec011d473d1cb341298da6ed859.zip
fix typos
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'lxde-base')
-rw-r--r--lxde-base/lxdm/ChangeLog6
-rw-r--r--lxde-base/lxdm/files/lxdm-0.4.1-optional-consolekit.patch2
2 files changed, 6 insertions, 2 deletions
diff --git a/lxde-base/lxdm/ChangeLog b/lxde-base/lxdm/ChangeLog
index b42174d5f7ce..c97b4131bb75 100644
--- a/lxde-base/lxdm/ChangeLog
+++ b/lxde-base/lxdm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for lxde-base/lxdm
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxdm/ChangeLog,v 1.28 2013/12/22 12:19:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxdm/ChangeLog,v 1.29 2013/12/22 12:24:48 hwoarang Exp $
+
+ 22 Dec 2013; Markos Chandras <hwoarang@gentoo.org>
+ files/lxdm-0.4.1-optional-consolekit.patch:
+ fix typos
*lxdm-0.4.1-r8 (22 Dec 2013)
diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-optional-consolekit.patch b/lxde-base/lxdm/files/lxdm-0.4.1-optional-consolekit.patch
index f21f4fd96057..518be1e75147 100644
--- a/lxde-base/lxdm/files/lxdm-0.4.1-optional-consolekit.patch
+++ b/lxde-base/lxdm/files/lxdm-0.4.1-optional-consolekit.patch
@@ -1,7 +1,7 @@
X-Gentoo-Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=443666
X-Git-Url: http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde%2Flxdm;a=blobdiff_plain;f=configure.ac;h=9e21a22d893b45f1564e23b12c00a0bf546d95e8;hp=3c540df5cc76aa8c3ef394bae4f0d0cf33bff993;hb=371b018474217bdff1d5108b384fbf0f45aa873d;hpb=f625fd7b1f90caac260422a6c13e0cb12ccf1f96
-Further Changes: Mmove the AC_CHECK_LIB([ck-connector]) inside the 'if' block
+Further changes: Move the AC_CHECK_LIB([ck-connector]) inside the 'if' block
to avoid checking and enabling ck-connector even if --disable-consolekit was
passed.