diff options
author | Sam James <sam@gentoo.org> | 2021-01-30 10:26:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-30 10:26:46 +0000 |
commit | f30523c67ddf79e677be0bee143bfc62027bc971 (patch) | |
tree | 9ffff1ec6f517fef9f738f74b66298610be0bc8b | |
parent | dev-python/llfuse: forward ~arm (diff) | |
download | gentoo-f30523c67ddf79e677be0bee143bfc62027bc971.tar.gz gentoo-f30523c67ddf79e677be0bee143bfc62027bc971.tar.bz2 gentoo-f30523c67ddf79e677be0bee143bfc62027bc971.zip |
net-mail/dbmail: fix WhitespaceFound
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-mail/dbmail/dbmail-3.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/dbmail/dbmail-3.2.5.ebuild b/net-mail/dbmail/dbmail-3.2.5.ebuild index ab3f44a299a8..d48fdacd27ed 100644 --- a/net-mail/dbmail/dbmail-3.2.5.ebuild +++ b/net-mail/dbmail/dbmail-3.2.5.ebuild @@ -87,7 +87,7 @@ src_install() { keepdir /var/lib/dbmail fperms 750 /var/lib/dbmail fowners dbmail:dbmail /var/lib/dbmail - + readme.gentoo_create_doc } |