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 65D581382C5 for ; Sat, 13 Jun 2020 05:46:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04EB0E0E49; Sat, 13 Jun 2020 05:46:10 +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 BA31EE0E49 for ; Sat, 13 Jun 2020 05:46:09 +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 0F51B34E590 for ; Sat, 13 Jun 2020 05:46:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADDDB296 for ; Sat, 13 Jun 2020 05:46:01 +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: <1592026974.66b3df59c18306cfaa8fc17f9355f77a196f835b.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: 66b3df59c18306cfaa8fc17f9355f77a196f835b X-VCS-Branch: dev Date: Sat, 13 Jun 2020 05:46:01 +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: 5f1efbc4-193a-4fc1-a472-4fa863abff23 X-Archives-Hash: 9c67915ae5951a562997a352d5fa18c8 commit: 66b3df59c18306cfaa8fc17f9355f77a196f835b Author: Petrus Zhao gmail com> AuthorDate: Sat Jun 13 05:42:54 2020 +0000 Commit: Petrus Zhao gmail com> CommitDate: Sat Jun 13 05:42:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66b3df59 x11-misc/i3lock-color: move virtual/pkgconfig to BDEPEND Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Petrus Zhao gmail.com> x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 9966570..3e3eefd 100644 --- a/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-2.12_rc4.ebuild @@ -27,10 +27,8 @@ RDEPEND=" media-libs/libjpeg-turbo " -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${PN}-${MY_PV}"