From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 E42031382C5 for ; Wed, 17 Jun 2020 10:33:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C4B5E0ADA; Wed, 17 Jun 2020 10:33:46 +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 0AF91E0ADA for ; Wed, 17 Jun 2020 10:33:46 +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 3A20834F319 for ; Wed, 17 Jun 2020 10:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9BE72A3 for ; Wed, 17 Jun 2020 10:33:42 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1592368902.5f66264250ee787f2323edd854ca76ea221cf266.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-color/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild X-VCS-Directories: x11-misc/i3lock-color/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5f66264250ee787f2323edd854ca76ea221cf266 X-VCS-Branch: master Date: Wed, 17 Jun 2020 10:33:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ac454c9a-ba30-4fcd-907c-15029407610d X-Archives-Hash: fcd431fc5e18bb1af98f3758c9fb0209 commit: 5f66264250ee787f2323edd854ca76ea221cf266 Author: Petrus Zhao gmail com> AuthorDate: Wed Jun 17 04:40:16 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Jun 17 04:41:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f662642 x11-misc/i3lock-color: block x11-misc/i3lock Closes: https://bugs.gentoo.org/728496 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Petrus Zhao gmail.com> x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild b/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild index 3e3eefd..8b8e4f0 100644 --- a/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild @@ -25,6 +25,7 @@ RDEPEND=" dev-libs/libev media-libs/fontconfig:= media-libs/libjpeg-turbo + !x11-misc/i3lock " DEPEND="${RDEPEND}" @@ -33,7 +34,7 @@ BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${PN}-${MY_PV}" src_configure() { - autoreconf -fiv + autoreconf -fiv || die econf }