diff options
Diffstat (limited to 'x11-misc/lightdm/lightdm-1.0.11.ebuild')
-rw-r--r-- | x11-misc/lightdm/lightdm-1.0.11.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/lightdm/lightdm-1.0.11.ebuild b/x11-misc/lightdm/lightdm-1.0.11.ebuild index 15b2d0e3a0ab..5f54a040f5f1 100644 --- a/x11-misc/lightdm/lightdm-1.0.11.ebuild +++ b/x11-misc/lightdm/lightdm-1.0.11.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.0.11.ebuild,v 1.4 2012/05/17 23:02:44 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.0.11.ebuild,v 1.5 2012/06/04 23:23:38 hwoarang Exp $ EAPI=4 inherit autotools eutils pam virtualx @@ -43,7 +43,9 @@ RESTRICT="test" src_prepare() { sed -i -e "/minimum-uid/s:500:1000:" data/users.conf || die sed -i -e "s:gtk+-3.0:gtk+-2.0:" configure.ac || die + epatch "${FILESDIR}"/session-wrapper-${PN}.patch + epatch_user if has_version dev-libs/gobject-introspection; then eautoreconf |