dev-lang/gprolog: [QA] inherit toolchain-funcs.eclass directly
authorDavid Seifert <soap@gentoo.org>
Thu, 13 Feb 2020 21:35:27 +0000 (22:35 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 13 Feb 2020 21:35:27 +0000 (22:35 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-lang/gprolog/gprolog-1.4.5.ebuild

index 7e7d7363ac9c1d703d2e6ba28cd4a43d98e5c5a8..0e9c8c9758961fb033bc0ea3f38e46c259530400 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils flag-o-matic multilib
+inherit eutils flag-o-matic multilib toolchain-funcs
 
 DESCRIPTION="A native Prolog compiler with constraint solving over finite domains (FD)"
 HOMEPAGE="http://www.gprolog.org/"