diff options
author | Sam James <sam@gentoo.org> | 2021-02-15 09:00:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 09:03:40 +0000 |
commit | 3cb50fd975d9551179e6c58adc5a2a7c13291570 (patch) | |
tree | 0ad02f1ab95375e0163d480a29d4ff0930aa5f2f /mail-mta | |
parent | www-servers/monkeyd: drop double KEYWORDS (diff) | |
download | gentoo-3cb50fd975d9551179e6c58adc5a2a7c13291570.tar.gz gentoo-3cb50fd975d9551179e6c58adc5a2a7c13291570.tar.bz2 gentoo-3cb50fd975d9551179e6c58adc5a2a7c13291570.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 07d06fd459c6..c49137a61108 100644 --- a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild +++ b/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild @@ -8,13 +8,12 @@ inherit eutils perl-module user ${SCM} DESCRIPTION="qpsmtpd is a flexible smtpd daemon written in Perl" HOMEPAGE="https://smtpd.github.io/qpsmtpd/" -KEYWORDS="" if [[ ${PV} != *9999 ]]; then SRC_URI="https://github.com/smtpd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" else # This is a spotted development fork with many improvements -EGIT_REPO_URI="https://github.com/smtpd/${PN}.git" + EGIT_REPO_URI="https://github.com/smtpd/${PN}.git" fi LICENSE="MIT" |