From: David Seifert Date: Thu, 13 Feb 2020 21:37:28 +0000 (+0100) Subject: net-misc/clockspeed: [QA] inherit toolchain-funcs.eclass directly X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f94051de17263b815943d556cd6dfb050c3307f7;p=gentoo.git net-misc/clockspeed: [QA] inherit toolchain-funcs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/net-misc/clockspeed/clockspeed-0.62-r6.ebuild b/net-misc/clockspeed/clockspeed-0.62-r6.ebuild index 172b3051b388..52a57b35b423 100644 --- a/net-misc/clockspeed/clockspeed-0.62-r6.ebuild +++ b/net-misc/clockspeed/clockspeed-0.62-r6.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 -inherit eutils flag-o-matic + +inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="A simple Network Time Protocol (NTP) client" HOMEPAGE="http://cr.yp.to/clockspeed.html"