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 591311580B9 for ; Wed, 25 Aug 2021 07:40:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80DB2E0848; Wed, 25 Aug 2021 07:40:58 +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 65C96E0848 for ; Wed, 25 Aug 2021 07:40:58 +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 DCB34335D94 for ; Wed, 25 Aug 2021 07:40:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D1F1858 for ; Wed, 25 Aug 2021 07:40:55 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1629876936.3edfba04e30181f28a122f734feea46426778ef0.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clippy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clippy/clippy-8.0-r1.ebuild dev-util/clippy/clippy-8.0.ebuild X-VCS-Directories: dev-util/clippy/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 3edfba04e30181f28a122f734feea46426778ef0 X-VCS-Branch: master Date: Wed, 25 Aug 2021 07:40:55 +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: 7b4098c5-f568-4bc7-a029-909686e4c8fc X-Archives-Hash: 21ea60fa21c32b0c991b4e9bb7fdfa5a commit: 3edfba04e30181f28a122f734feea46426778ef0 Author: Jakov Smolic sartura hr> AuthorDate: Mon Aug 23 21:25:11 2021 +0000 Commit: Sergey Popov gentoo org> CommitDate: Wed Aug 25 07:35:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edfba04 dev-util/clippy: Add missing virtual/libelf dependency Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sergey Popov gentoo.org> dev-util/clippy/{clippy-8.0.ebuild => clippy-8.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-util/clippy/clippy-8.0.ebuild b/dev-util/clippy/clippy-8.0-r1.ebuild similarity index 93% rename from dev-util/clippy/clippy-8.0.ebuild rename to dev-util/clippy/clippy-8.0-r1.ebuild index a6cdfdbe182..43689631b4e 100644 --- a/dev-util/clippy/clippy-8.0.ebuild +++ b/dev-util/clippy/clippy-8.0-r1.ebuild @@ -17,7 +17,10 @@ SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="${PYTHON_DEPS}" +DEPEND=" + ${PYTHON_DEPS} + virtual/libelf:= +" RDEPEND="${DEPEND}" BDEPEND="sys-devel/flex"