Skip to content

Commit

Permalink
app-crypt/simple-tpm-pk11: fix double KEYWORDS
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
thesamesam committed Feb 15, 2021
1 parent 59710ca commit 95208b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.06.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 95208b9

Please sign in to comment.