commit:     8be210726a8c67154ae1b6ab835e72ba86fd8723
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  4 00:30:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  4 00:30:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be21072

net-mail/fdm: fix MissingInherits (complete GLEP 81 migration)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/fdm/fdm-2.0-r1.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/net-mail/fdm/fdm-2.0-r1.ebuild b/net-mail/fdm/fdm-2.0-r1.ebuild
index b371fd17ac3..a98298a350e 100644
--- a/net-mail/fdm/fdm-2.0-r1.ebuild
+++ b/net-mail/fdm/fdm-2.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="fetch, filter and deliver mail"
+DESCRIPTION="Fetch, filter and deliver mail"
 HOMEPAGE="https://github.com/nicm/fdm";
 SRC_URI="https://github.com/nicm/fdm/releases/download/${PV}/${P}.tar.gz";
 
@@ -44,9 +44,3 @@ src_install() {
                dodoc examples/*
        fi
 }
-
-pkg_preinst() {
-       # This user is hard-coded in fdm.h. If fdm is started as root,
-       # it will attempt to drop privileges (to this user).
-       enewuser _fdm
-}

Reply via email to