From: David Seifert Date: Thu, 13 Feb 2020 21:37:22 +0000 (+0100) Subject: net-im/prosody: [QA] inherit toolchain-funcs.eclass directly X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=56e9a413e7f28458a897b8473dcc430eddb6c283;p=gentoo.git net-im/prosody: [QA] inherit toolchain-funcs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- 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}"