diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:25 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:25 +0100 |
commit | e6f94f8dd120298513e0578431931ab73475a0b3 (patch) | |
tree | baa258f4181b9547557d8d2eecacb8834a9092e2 /net-mail/dovecot | |
parent | net-im/prosody: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-e6f94f8dd120298513e0578431931ab73475a0b3.tar.gz gentoo-e6f94f8dd120298513e0578431931ab73475a0b3.tar.bz2 gentoo-e6f94f8dd120298513e0578431931ab73475a0b3.zip |
net-mail/dovecot: [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-mail/dovecot')
-rw-r--r-- | net-mail/dovecot/dovecot-2.2.36.4.ebuild | 4 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-2.3.7.2.ebuild | 2 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-2.3.8.ebuild | 2 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-2.3.9.2.ebuild | 2 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-2.3.9.3.ebuild | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/dovecot/dovecot-2.2.36.4.ebuild b/net-mail/dovecot/dovecot-2.2.36.4.ebuild index 921d9821bd4c..e6d570d9eaae 100644 --- a/net-mail/dovecot/dovecot-2.2.36.4.ebuild +++ b/net-mail/dovecot/dovecot-2.2.36.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 # do not add a ssl USE flag. ssl is mandatory SSL_DEPS_SKIP=1 -inherit autotools eapi7-ver ssl-cert systemd user versionator +inherit autotools eapi7-ver ssl-cert systemd toolchain-funcs user versionator MY_P="${P/_/.}" major_minor="$(ver_cut 1-2)" diff --git a/net-mail/dovecot/dovecot-2.3.7.2.ebuild b/net-mail/dovecot/dovecot-2.3.7.2.ebuild index 94260e731a78..c9370c405ef2 100644 --- a/net-mail/dovecot/dovecot-2.3.7.2.ebuild +++ b/net-mail/dovecot/dovecot-2.3.7.2.ebuild @@ -5,7 +5,7 @@ EAPI=6 # do not add a ssl USE flag. ssl is mandatory SSL_DEPS_SKIP=1 -inherit autotools eapi7-ver ssl-cert systemd user +inherit autotools eapi7-ver ssl-cert systemd toolchain-funcs user MY_P="${P/_/.}" #MY_S="${PN}-ce-${PV}" diff --git a/net-mail/dovecot/dovecot-2.3.8.ebuild b/net-mail/dovecot/dovecot-2.3.8.ebuild index 7d943094b8fa..3d2231825216 100644 --- a/net-mail/dovecot/dovecot-2.3.8.ebuild +++ b/net-mail/dovecot/dovecot-2.3.8.ebuild @@ -5,7 +5,7 @@ EAPI=7 # do not add a ssl USE flag. ssl is mandatory SSL_DEPS_SKIP=1 -inherit autotools ssl-cert systemd +inherit autotools ssl-cert systemd toolchain-funcs MY_P="${P/_/.}" #MY_S="${PN}-ce-${PV}" diff --git a/net-mail/dovecot/dovecot-2.3.9.2.ebuild b/net-mail/dovecot/dovecot-2.3.9.2.ebuild index f9bd6634aab1..1b1866c7d404 100644 --- a/net-mail/dovecot/dovecot-2.3.9.2.ebuild +++ b/net-mail/dovecot/dovecot-2.3.9.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 # do not add a ssl USE flag. ssl is mandatory SSL_DEPS_SKIP=1 -inherit autotools ssl-cert systemd +inherit autotools ssl-cert systemd toolchain-funcs MY_P="${P/_/.}" #MY_S="${PN}-ce-${PV}" diff --git a/net-mail/dovecot/dovecot-2.3.9.3.ebuild b/net-mail/dovecot/dovecot-2.3.9.3.ebuild index f9bd6634aab1..1b1866c7d404 100644 --- a/net-mail/dovecot/dovecot-2.3.9.3.ebuild +++ b/net-mail/dovecot/dovecot-2.3.9.3.ebuild @@ -5,7 +5,7 @@ EAPI=7 # do not add a ssl USE flag. ssl is mandatory SSL_DEPS_SKIP=1 -inherit autotools ssl-cert systemd +inherit autotools ssl-cert systemd toolchain-funcs MY_P="${P/_/.}" #MY_S="${PN}-ce-${PV}" |