diff options
Diffstat (limited to 'x11-misc/i3lock/i3lock-2.6.ebuild')
-rw-r--r-- | x11-misc/i3lock/i3lock-2.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/i3lock/i3lock-2.6.ebuild b/x11-misc/i3lock/i3lock-2.6.ebuild index b105fe92f325..e93af26b3acf 100644 --- a/x11-misc/i3lock/i3lock-2.6.ebuild +++ b/x11-misc/i3lock/i3lock-2.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3lock/i3lock-2.6.ebuild,v 1.1 2014/07/18 19:33:46 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3lock/i3lock-2.6.ebuild,v 1.2 2015/01/21 18:22:43 xarthisius Exp $ EAPI=5 -inherit toolchain-funcs +inherit eutils toolchain-funcs DESCRIPTION="Simple screen locker" HOMEPAGE="http://i3wm.org/i3lock/" @@ -31,6 +31,7 @@ pkg_setup() { src_prepare() { sed -i -e 's:login:system-auth:' ${PN}.pam || die + epatch_user } src_install() { |