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

index 30f813ea72706ddca3678e6e2d4c8f75606dbe23..73982757b601da93761c00c4331052537caf6af6 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit flag-o-matic multilib systemd
+inherit flag-o-matic multilib systemd toolchain-funcs
 
 MY_PV=$(ver_rs 3 '')
 MY_P="${PN}-${MY_PV}"
index 7ffdb4c9699d683aef5a3c042d98926baf917407..44d19c37079e72e4c5de5b9e26fe6f6eadba8f23 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit multilib systemd
+inherit multilib systemd toolchain-funcs
 
 DESCRIPTION="Prosody is a flexible communications server for Jabber/XMPP written in Lua"
 HOMEPAGE="https://prosody.im/"
index 1e99fc2e9a25fecbc0837405c2f4850fef58cfbb..11df67e8bf87048818daa26d7d3fe9f515d350c5 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=5
 
-inherit flag-o-matic multilib systemd versionator
+inherit flag-o-matic multilib systemd toolchain-funcs versionator
 
 MY_PV=$(replace_version_separator 3 '')
 MY_P="${PN}-${MY_PV}"