summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-04 01:30:39 +0100
committerSam James <sam@gentoo.org>2021-10-04 01:30:56 +0100
commit8be210726a8c67154ae1b6ab835e72ba86fd8723 (patch)
tree8bde93b45472e81f22b5366ab3d50604ca6c0d32
parentsys-fs/dislocker: fix CMake MisplacedEclassVar (diff)
downloadgentoo-8be210726a8c67154ae1b6ab835e72ba86fd8723.tar.gz
gentoo-8be210726a8c67154ae1b6ab835e72ba86fd8723.tar.bz2
gentoo-8be210726a8c67154ae1b6ab835e72ba86fd8723.zip
net-mail/fdm: fix MissingInherits (complete GLEP 81 migration)
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-mail/fdm/fdm-2.0-r1.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/net-mail/fdm/fdm-2.0-r1.ebuild b/net-mail/fdm/fdm-2.0-r1.ebuild
index b371fd17ac37..a98298a350e4 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
-}