commit: 3cb50fd975d9551179e6c58adc5a2a7c13291570 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 15 09:00:47 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 15 09:03:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb50fd9
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 <AT> gentoo.org> mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild b/mail-mta/qpsmtpd/qpsmtpd-0.95.ebuild index 07d06fd459c..c49137a6110 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"
