summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/prosody/prosody-0.11.2-r1.ebuild4
-rw-r--r--net-im/prosody/prosody-0.11.3.ebuild4
-rw-r--r--net-im/prosody/prosody-0.9.14.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/net-im/prosody/prosody-0.11.2-r1.ebuild b/net-im/prosody/prosody-0.11.2-r1.ebuild
index 30f813ea7270..73982757b601 100644
--- a/net-im/prosody/prosody-0.11.2-r1.ebuild
+++ b/net-im/prosody/prosody-0.11.2-r1.ebuild
@@ -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}"
diff --git a/net-im/prosody/prosody-0.11.3.ebuild b/net-im/prosody/prosody-0.11.3.ebuild
index 7ffdb4c9699d..44d19c37079e 100644
--- a/net-im/prosody/prosody-0.11.3.ebuild
+++ b/net-im/prosody/prosody-0.11.3.ebuild
@@ -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/"
diff --git a/net-im/prosody/prosody-0.9.14.ebuild b/net-im/prosody/prosody-0.9.14.ebuild
index 1e99fc2e9a25..11df67e8bf87 100644
--- a/net-im/prosody/prosody-0.9.14.ebuild
+++ b/net-im/prosody/prosody-0.9.14.ebuild
@@ -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}"