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 EB0521382C5 for ; Mon, 30 Nov 2020 08:14:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B458E0849; Mon, 30 Nov 2020 08:14:42 +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 F058FE0849 for ; Mon, 30 Nov 2020 08:14:41 +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 96D52340C9C for ; Mon, 30 Nov 2020 08:14:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19885468 for ; Mon, 30 Nov 2020 08:14:39 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1606724075.c6ccf2442dc605a5cf8a3fb38ba117e839c15874.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ccache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ccache/ccache-4.1.ebuild X-VCS-Directories: dev-util/ccache/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c6ccf2442dc605a5cf8a3fb38ba117e839c15874 X-VCS-Branch: master Date: Mon, 30 Nov 2020 08:14:39 +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: ae8ceb03-46f6-4c54-8487-b1a7362fa64b X-Archives-Hash: 791a2b7624b1c08d2fc13c4267890a77 commit: c6ccf2442dc605a5cf8a3fb38ba117e839c15874 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Nov 30 08:14:21 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Nov 30 08:14:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ccf244 dev-util/ccache: add missing required app-arch/zstd dependency Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/ccache/ccache-4.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/ccache/ccache-4.1.ebuild b/dev-util/ccache/ccache-4.1.ebuild index 8f04356c74b..6e6b4021efc 100644 --- a/dev-util/ccache/ccache-4.1.ebuild +++ b/dev-util/ccache/ccache-4.1.ebuild @@ -16,8 +16,10 @@ IUSE="test" DEPEND="" RDEPEND="${DEPEND} + app-arch/zstd:0= dev-util/shadowman - sys-apps/gentoo-functions" + sys-apps/gentoo-functions +" # clang-specific tests use dev-libs/elfutils to compare objects for equality. # Let's pull in the dependency unconditionally. DEPEND+="