From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1051504-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5459A138334 for <garchives@archives.gentoo.org>; Thu, 11 Oct 2018 19:15:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A2A2E0936; Thu, 11 Oct 2018 19:15:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 382DDE0936 for <gentoo-commits@lists.gentoo.org>; Thu, 11 Oct 2018 19:15:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BABA4335C6F for <gentoo-commits@lists.gentoo.org>; Thu, 11 Oct 2018 19:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC9913CF for <gentoo-commits@lists.gentoo.org>; Thu, 11 Oct 2018 19:15:08 +0000 (UTC) From: "Johannes Huber" <johu@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" <johu@gentoo.org> Message-ID: <1539285292.ba33d868a4661b550d0146ec679191d2d48d5ca7.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/i3lock/i3lock-2.11.ebuild X-VCS-Directories: x11-misc/i3lock/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: ba33d868a4661b550d0146ec679191d2d48d5ca7 X-VCS-Branch: master Date: Thu, 11 Oct 2018 19:15:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3b025d37-df61-4947-bad9-3e0362f0ec5a X-Archives-Hash: 920af60815f80eee1c8b0660b2dea26d commit: ba33d868a4661b550d0146ec679191d2d48d5ca7 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Thu Oct 11 19:14:42 2018 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Thu Oct 11 19:14:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba33d868 x11-misc/i3lock: Fix src_prepare Signed-off-by: Johannes Huber <johu <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 x11-misc/i3lock/i3lock-2.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild b/x11-misc/i3lock/i3lock-2.11.ebuild index 54d9140d574..23ee3e54a4a 100644 --- a/x11-misc/i3lock/i3lock-2.11.ebuild +++ b/x11-misc/i3lock/i3lock-2.11.ebuild @@ -34,7 +34,7 @@ src_prepare() { echo ${PV} > I3LOCK_VERSION - sed -i -e 's:login:system-auth:' ${PN}.pam || die + sed -i -e 's:login:system-auth:' pam/${PN} || die eautoreconf