diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:00 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:00 +0100 |
commit | d9e86b9d3a0045f6895a081316214b99801f34f4 (patch) | |
tree | cde94edced827e2c03fc41557f74594c7697e250 /sys-devel/icecream | |
parent | sys-devel/flex: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-d9e86b9d3a0045f6895a081316214b99801f34f4.tar.gz gentoo-d9e86b9d3a0045f6895a081316214b99801f34f4.tar.bz2 gentoo-d9e86b9d3a0045f6895a081316214b99801f34f4.zip |
sys-devel/icecream: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-devel/icecream')
-rw-r--r-- | sys-devel/icecream/icecream-1.0.0-r1.ebuild | 4 |
1 files 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 20c5f3e4bb21..ab7e41ef9c26 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" |