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 9ACFF1382C5 for ; Wed, 17 Jun 2020 04:41:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6B5BE0858; Wed, 17 Jun 2020 04:41:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2241BE0858 for ; Wed, 17 Jun 2020 04:41:52 +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 167FA34F250 for ; Wed, 17 Jun 2020 04:41:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17428286 for ; Wed, 17 Jun 2020 04:41:45 +0000 (UTC) From: "Petrus Zhao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petrus Zhao" Message-ID: <1592368902.5f66264250ee787f2323edd854ca76ea221cf266.PetrusZhao@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: PetrusZhao X-VCS-Committer-Name: Petrus Zhao X-VCS-Revision: 5f66264250ee787f2323edd854ca76ea221cf266 X-VCS-Branch: dev Date: Wed, 17 Jun 2020 04:41:45 +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: 93dbd478-a06a-4563-9d78-a184300950ca X-Archives-Hash: c230c008c17fc31678a6ed9ce2701625 commit: 5f66264250ee787f2323edd854ca76ea221cf266 Author: Petrus Zhao gmail com> AuthorDate: Wed Jun 17 04:40:16 2020 +0000 Commit: Petrus Zhao gmail com> 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 }