Gentoo Archives: gentoo-commits

From: Kristian Fiskerstrand <k_f@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-session/files/
Date: Mon, 27 Nov 2017 21:27:04
Message-Id: 1511818012.cd64115ae42efff7dfb477f7a466927247cab365.k_f@gentoo
1 commit: cd64115ae42efff7dfb477f7a466927247cab365
2 Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 21:25:58 2017 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 21:26:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd64115a
7
8 gnome-extra/cinnamon-session: Fix description in previous patch
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 gnome-extra/cinnamon-session/files/cinnamon-session-3.6.1-elogind.patch | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/gnome-extra/cinnamon-session/files/cinnamon-session-3.6.1-elogind.patch b/gnome-extra/cinnamon-session/files/cinnamon-session-3.6.1-elogind.patch
16 index b35ce9e55bf..fdbda72ca22 100644
17 --- a/gnome-extra/cinnamon-session/files/cinnamon-session-3.6.1-elogind.patch
18 +++ b/gnome-extra/cinnamon-session/files/cinnamon-session-3.6.1-elogind.patch
19 @@ -53,7 +53,7 @@ index 38db5a3..8dafc6a 100644
20 +have_elogind=no
21 +PKG_CHECK_MODULES(ELOGIND, [libelogind], [have_elogind=yes], [have_elogind=no])
22 +if test x$have_elogind = xyes; then
23 -+ AC_DEFINE(HAVE_ELOGIND, 1, [Define if logind is supported])
24 ++ AC_DEFINE(HAVE_ELOGIND, 1, [Define if elogind is supported])
25 +fi
26 +
27 AC_SUBST(LOGIND_CFLAGS)