summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-13 22:37:22 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-13 22:37:22 +0100
commit56e9a413e7f28458a897b8473dcc430eddb6c283 (patch)
treee5b1da4e7385fa0e680d6cad4a2e40d363482b88 /net-im
parentnet-firewall/xtables-addons: [QA] inherit toolchain-funcs.eclass directly (diff)
downloadgentoo-56e9a413e7f28458a897b8473dcc430eddb6c283.tar.gz
gentoo-56e9a413e7f28458a897b8473dcc430eddb6c283.tar.bz2
gentoo-56e9a413e7f28458a897b8473dcc430eddb6c283.zip
net-im/prosody: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-im')
-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}"