diff options
author | Hank Leininger <hlein@korelogic.com> | 2024-02-18 15:43:13 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-19 02:35:12 +0000 |
commit | 6a86d2a93a1a2eb1ce1a40db29bd0174c000c43d (patch) | |
tree | 87794fbab362fd53f3e8f21d7279378bf5182cca /sec-keys | |
parent | games-arcade/cdogs-sdl: add 2.0.0 (diff) | |
download | gentoo-6a86d2a93a1a2eb1ce1a40db29bd0174c000c43d.tar.gz gentoo-6a86d2a93a1a2eb1ce1a40db29bd0174c000c43d.tar.bz2 gentoo-6a86d2a93a1a2eb1ce1a40db29bd0174c000c43d.zip |
sec-keys/openpgp-keys-libuv: Typo fix
Signed-off-by: Hank Leininger <hlein@korelogic.com>
Closes: https://github.com/gentoo/gentoo/pull/35416
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sec-keys')
-rw-r--r-- | sec-keys/openpgp-keys-libuv/openpgp-keys-libuv-20240209.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-keys/openpgp-keys-libuv/openpgp-keys-libuv-20240209.ebuild b/sec-keys/openpgp-keys-libuv/openpgp-keys-libuv-20240209.ebuild index 554ca1a33478..6cd853208dc1 100644 --- a/sec-keys/openpgp-keys-libuv/openpgp-keys-libuv-20240209.ebuild +++ b/sec-keys/openpgp-keys-libuv/openpgp-keys-libuv-20240209.ebuild @@ -121,7 +121,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv src_compile() { local files=( ${A} ) - touch libuv.asc || doe + touch libuv.asc || die # Skip keys w/no UID (gpg will error and gemato will abort), # and strip github header (gpg will error and gemato will abort) local file |