net-vpn/pptpd: [QA] inherit toolchain-funcs.eclass directly
authorDavid Seifert <soap@gentoo.org>
Thu, 13 Feb 2020 21:37:51 +0000 (22:37 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 13 Feb 2020 21:37:51 +0000 (22:37 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
net-vpn/pptpd/pptpd-1.4.0-r2.ebuild

index 95a0ffb046d61179852bb893d887339b0f868c19..1c96302f40d57ee767a18829292bc89249723cd0 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools eutils flag-o-matic
+inherit autotools eutils flag-o-matic toolchain-funcs
 
 DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server"
 HOMEPAGE="http://poptop.sourceforge.net/"