From: David Seifert Date: Sat, 15 Feb 2020 09:58:42 +0000 (+0100) Subject: dev-libs/libclsync: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7fc32d0188e3dca6b3430984efa396c3162d663c;p=gentoo.git dev-libs/libclsync: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-libs/libclsync/libclsync-0.4.2.ebuild b/dev-libs/libclsync/libclsync-0.4.2.ebuild index f685732c00eb..0da70660b854 100644 --- a/dev-libs/libclsync/libclsync-0.4.2.ebuild +++ b/dev-libs/libclsync/libclsync-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 MY_PN=${PN#lib} MY_P="${MY_PN}-${PV}" -inherit autotools eutils +inherit autotools eutils ltprune DESCRIPTION="Control and monitoring library for clsync" HOMEPAGE="http://ut.mephi.ru/oss/clsync https://github.com/xaionaro/clsync"