diff options
author | 2015-01-21 18:22:43 +0000 | |
---|---|---|
committer | 2015-01-21 18:22:43 +0000 | |
commit | 0496ab2a09a4e0b638c7fcf8d3e41f380a436f25 (patch) | |
tree | 6b0ff521913fd540a1f73a156a6bc15bafb21e04 /x11-misc/i3lock | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-0496ab2a09a4e0b638c7fcf8d3e41f380a436f25.tar.gz gentoo-2-0496ab2a09a4e0b638c7fcf8d3e41f380a436f25.tar.bz2 gentoo-2-0496ab2a09a4e0b638c7fcf8d3e41f380a436f25.zip |
Apply epatch_user wrt #537272 by Alex Shaindlin <me@ashaindlin.com>
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
Diffstat (limited to 'x11-misc/i3lock')
-rw-r--r-- | x11-misc/i3lock/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/i3lock/i3lock-2.6.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/i3lock/ChangeLog b/x11-misc/i3lock/ChangeLog index 91b435120238..9a06f48af3e8 100644 --- a/x11-misc/i3lock/ChangeLog +++ b/x11-misc/i3lock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/i3lock -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3lock/ChangeLog,v 1.19 2014/07/18 19:33:46 xarthisius Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3lock/ChangeLog,v 1.20 2015/01/21 18:22:43 xarthisius Exp $ + + 21 Jan 2015; Kacper Kowalik <xarthisius@gentoo.org> i3lock-2.6.ebuild: + Apply epatch_user wrt #537272 by Alex Shaindlin <me@ashaindlin.com> *i3lock-2.6 (18 Jul 2014) 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() { |