From 64e2366685eff3f91776a4b9f7326f9f1dbcf55c Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 17 Dec 2023 15:27:21 +0100 Subject: [PATCH] net-mail/vpopmail: add missing toolchain-funcs inherit, fix LICENSE, use https Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/34329 Signed-off-by: Conrad Kostecki --- net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild b/net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild index 2a9ab5bd36aab..94425547fce59 100644 --- a/net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild +++ b/net-mail/vpopmail/vpopmail-5.4.33-r9.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fixheadtails qmail +inherit autotools fixheadtails qmail toolchain-funcs -HOMEPAGE="http://www.inter7.com/index.php?page=vpopmail" +HOMEPAGE="https://www.inter7.com/index.php?page=vpopmail" DESCRIPTION="Collection of programs to manage virtual email on Qmail servers" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm ~hppa ~ia64 ppc64 ~s390 sparc x86" IUSE="clearpasswd ipalias maildrop mysql postgres spamassassin"