diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:33:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:30:55 +0000 |
commit | d6d9c677a50bd9abfb77310f64bc0c2845a11c0f (patch) | |
tree | d16dce738f52fc03420eb8ac6a12a603e36db200 /dev-vcs/github-pages-publish | |
parent | dev-util/wstool: fix double KEYWORDS (diff) | |
download | gentoo-d6d9c677a50bd9abfb77310f64bc0c2845a11c0f.tar.gz gentoo-d6d9c677a50bd9abfb77310f64bc0c2845a11c0f.tar.bz2 gentoo-d6d9c677a50bd9abfb77310f64bc0c2845a11c0f.zip |
dev-vcs/github-pages-publish: 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 'dev-vcs/github-pages-publish')
-rw-r--r-- | dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild index a94bdcdeecfb..3226c0a807a2 100644 --- a/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild +++ b/dev-vcs/github-pages-publish/github-pages-publish-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" if [[ ${PV} = *9999* ]]; then SRC_URI="" - KEYWORDS="" fi LICENSE="BSD" |