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 343441382C5 for ; Sat, 13 Jun 2020 13:13:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CB06E0BFE; Sat, 13 Jun 2020 13:13:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 49021E0BFE for ; Sat, 13 Jun 2020 13:13:17 +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 4F2DC34F233 for ; Sat, 13 Jun 2020 13:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 501802A1 for ; Sat, 13 Jun 2020 13:13:13 +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: <1592026974.66b3df59c18306cfaa8fc17f9355f77a196f835b.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: 66b3df59c18306cfaa8fc17f9355f77a196f835b X-VCS-Branch: master Date: Sat, 13 Jun 2020 13:13:13 +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: 2ec806d0-5ed4-487c-8c05-3608c24f54d6 X-Archives-Hash: 131b4b6813ae9d04d8cd6c519b736032 commit: 66b3df59c18306cfaa8fc17f9355f77a196f835b Author: Petrus Zhao gmail com> AuthorDate: Sat Jun 13 05:42:54 2020 +0000 Commit: Andrew Ammerlaan riseup net> 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}"