From: David Seifert Date: Sat, 15 Feb 2020 09:59:41 +0000 (+0100) Subject: dev-util/cpptest: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8402a18391ca7d3a81202978325cf6acd4933ad3;p=gentoo.git dev-util/cpptest: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-util/cpptest/cpptest-1.1.2.ebuild b/dev-util/cpptest/cpptest-1.1.2.ebuild index b7fa89f0e8d1..b12161051ace 100644 --- a/dev-util/cpptest/cpptest-1.1.2.ebuild +++ b/dev-util/cpptest/cpptest-1.1.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 -inherit eutils +inherit eutils ltprune DESCRIPTION="Simple but powerful unit testing framework for C++" HOMEPAGE="http://cpptest.sourceforge.net/"