diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:09:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:30:23 +0000 |
commit | 95208b921a3cc082e301452886df15e6818d8a49 (patch) | |
tree | 85b2b8fa805ff8537f62695fc3169b1dce5683e2 /app-crypt | |
parent | app-crypt/johntheripper-jumbo: fix double KEYWORDS (diff) | |
download | gentoo-95208b921a3cc082e301452886df15e6818d8a49.tar.gz gentoo-95208b921a3cc082e301452886df15e6818d8a49.tar.bz2 gentoo-95208b921a3cc082e301452886df15e6818d8a49.zip |
app-crypt/simple-tpm-pk11: 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 'app-crypt')
-rw-r--r-- | app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild index bc22e3b9faea..5cf849aa0d26 100644 --- a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild +++ b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.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=6 @@ -13,7 +13,6 @@ SLOT="0" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/ThomasHabets/${PN}.git" inherit git-r3 - KEYWORDS="" else SRC_URI="https://github.com/ThomasHabets/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" |