diff options
author | Sam James <sam@gentoo.org> | 2021-10-04 01:31:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-04 01:31:42 +0100 |
commit | ed2e40de9c98ca5260a75a3daa9a1c33ed0200ba (patch) | |
tree | 7dc244c92de20d55638563bb838080371e862ef7 /net-mail | |
parent | net-mail/fdm: fix MissingInherits (complete GLEP 81 migration) (diff) | |
download | gentoo-ed2e40de9c98ca5260a75a3daa9a1c33ed0200ba.tar.gz gentoo-ed2e40de9c98ca5260a75a3daa9a1c33ed0200ba.tar.bz2 gentoo-ed2e40de9c98ca5260a75a3daa9a1c33ed0200ba.zip |
net-mail/mailgraph: fix MissingInherits (egetent)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailgraph/mailgraph-1.14-r3.ebuild (renamed from net-mail/mailgraph/mailgraph-1.14-r2.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mail/mailgraph/mailgraph-1.14-r2.ebuild b/net-mail/mailgraph/mailgraph-1.14-r3.ebuild index 76c14702b18f..3622c4e6396c 100644 --- a/net-mail/mailgraph/mailgraph-1.14-r2.ebuild +++ b/net-mail/mailgraph/mailgraph-1.14-r3.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit user-info + DESCRIPTION="A mail statistics RRDtool frontend for Postfix" HOMEPAGE="http://mailgraph.schweikert.ch/" SRC_URI="http://mailgraph.schweikert.ch//pub/${P}.tar.gz" |