From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1146349-garchives=archives.gentoo.org@lists.gentoo.org> 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 DCBFE138350 for <garchives@archives.gentoo.org>; Sat, 15 Feb 2020 10:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D06BAE08FE; Sat, 15 Feb 2020 10:03:48 +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 9D97CE08FE for <gentoo-commits@lists.gentoo.org>; Sat, 15 Feb 2020 10:03:48 +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 58EE434ECE6 for <gentoo-commits@lists.gentoo.org>; Sat, 15 Feb 2020 10:03:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33DD6144 for <gentoo-commits@lists.gentoo.org>; Sat, 15 Feb 2020 10:03:44 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1581760980.d9e86b9d3a0045f6895a081316214b99801f34f4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/icecream/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/icecream/icecream-1.0.0-r1.ebuild X-VCS-Directories: sys-devel/icecream/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d9e86b9d3a0045f6895a081316214b99801f34f4 X-VCS-Branch: master Date: Sat, 15 Feb 2020 10:03:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f961bd95-8724-4038-a380-7f79f0735117 X-Archives-Hash: 51201f84852e17522b52f2a714f16c56 commit: d9e86b9d3a0045f6895a081316214b99801f34f4 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Feb 15 10:03:00 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 15 10:03:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e86b9d sys-devel/icecream: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap <AT> gentoo.org> sys-devel/icecream/icecream-1.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/icecream/icecream-1.0.0-r1.ebuild b/sys-devel/icecream/icecream-1.0.0-r1.ebuild index 20c5f3e4bb2..ab7e41ef9c2 100644 --- a/sys-devel/icecream/icecream-1.0.0-r1.ebuild +++ b/sys-devel/icecream/icecream-1.0.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 MY_P="${P/icecream/icecc}" -inherit base eutils user +inherit base eutils ltprune user DESCRIPTION="Distributed compiling of C(++) code across several machines; based on distcc" HOMEPAGE="https://github.com/icecc/icecream"