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 9280D138334 for ; Sun, 16 Dec 2018 10:00:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CFE4E0951; Sun, 16 Dec 2018 10:00:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 34989E0951 for ; Sun, 16 Dec 2018 10:00:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DE3A8335C16 for ; Sun, 16 Dec 2018 10:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 890B8266 for ; Sun, 16 Dec 2018 10:00:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1544954413.470daf82f90609f3ea3c695cf93d092e85214068.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/distcc/distcc-3.3.2-r4.ebuild X-VCS-Directories: sys-devel/distcc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 470daf82f90609f3ea3c695cf93d092e85214068 X-VCS-Branch: master Date: Sun, 16 Dec 2018 10:00:21 +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: 9fbfa849-479c-4126-92be-c5782da61ca2 X-Archives-Hash: 7dc1f7e384e3fc263117b52499b2afa7 commit: 470daf82f90609f3ea3c695cf93d092e85214068 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 16 09:59:32 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 16 10:00:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470daf82 sys-devel/distcc: Add missing dep on sys-devel/autoconf-archive Closes: https://bugs.gentoo.org/672954 Signed-off-by: Michał Górny gentoo.org> sys-devel/distcc/distcc-3.3.2-r4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/distcc/distcc-3.3.2-r4.ebuild b/sys-devel/distcc/distcc-3.3.2-r4.ebuild index 01cca1f446a..c7c8995c8d6 100644 --- a/sys-devel/distcc/distcc-3.3.2-r4.ebuild +++ b/sys-devel/distcc/distcc-3.3.2-r4.ebuild @@ -32,6 +32,7 @@ CDEPEND="${PYTHON_DEPS} zeroconf? ( >=net-dns/avahi-0.6[dbus] ) " DEPEND="${CDEPEND} + sys-devel/autoconf-archive sys-libs/binutils-libs virtual/pkgconfig" RDEPEND="${CDEPEND}