diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:37:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:00 +0000 |
commit | 89c5ecace2303dd1e5a62f9b767198acbfdfbcf5 (patch) | |
tree | b8b154eb4945f6ec6e7cbf3ebaf65bdfef65ef4e /mail-mta | |
parent | lxde-base/lxterminal: fix double KEYWORDS (diff) | |
download | gentoo-89c5ecace2303dd1e5a62f9b767198acbfdfbcf5.tar.gz gentoo-89c5ecace2303dd1e5a62f9b767198acbfdfbcf5.tar.bz2 gentoo-89c5ecace2303dd1e5a62f9b767198acbfdfbcf5.zip |
mail-mta/qpsmtpd: fix double KEYWORDS
Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.
See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild b/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild index 597ca0d347f0..07d06fd459c6 100644 --- a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild +++ b/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,6 @@ fi LICENSE="MIT" SLOT="0" -KEYWORDS="" IUSE="postfix ipv6 syslog" RDEPEND=">=dev-lang/perl-5.8.0 |