diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 04:41:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:09:25 +0000 |
commit | 0a91fe2eac7edc732610c588fdab3d288f1ca8be (patch) | |
tree | 92572a035569045873e08e0261375a21f5f9c108 /net-mail/vqadmin | |
parent | net-irc/epic5: [QA] fix UnusedInherits (autotools) (diff) | |
download | gentoo-0a91fe2eac7edc732610c588fdab3d288f1ca8be.tar.gz gentoo-0a91fe2eac7edc732610c588fdab3d288f1ca8be.tar.bz2 gentoo-0a91fe2eac7edc732610c588fdab3d288f1ca8be.zip |
net-mail/vqadmin: [QA] fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/vqadmin')
-rw-r--r-- | net-mail/vqadmin/vqadmin-2.3.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/vqadmin/vqadmin-2.3.7-r1.ebuild b/net-mail/vqadmin/vqadmin-2.3.7-r1.ebuild index a89f49b9d5c3..f5b26af2ae3f 100644 --- a/net-mail/vqadmin/vqadmin-2.3.7-r1.ebuild +++ b/net-mail/vqadmin/vqadmin-2.3.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit webapp autotools qmail +inherit webapp qmail DESCRIPTION="A web based control pannel to manage Virtual Qmail Domains" HOMEPAGE="http://www.inter7.com/index.php?page=vqadmin" |