diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-10-29 19:07:23 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-23 15:02:43 +0100 |
commit | 518f5552bf3964558eacffda0fd6c0969036e943 (patch) | |
tree | 51dbc429a5c73e8d50de7c593e1d2fe44730c673 /dev-perl/Text-Password-Pronounceable | |
parent | dev-perl/Scope-Upper: Keyword 0.320.0 riscv, #878483 (diff) | |
download | gentoo-518f5552bf3964558eacffda0fd6c0969036e943.tar.gz gentoo-518f5552bf3964558eacffda0fd6c0969036e943.tar.bz2 gentoo-518f5552bf3964558eacffda0fd6c0969036e943.zip |
dev-perl/Text-Password-Pronounceable: Keyword 0.300.0-r2 riscv, #878483
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-perl/Text-Password-Pronounceable')
-rw-r--r-- | dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild index a920fab3be8d..11e1c5f9b149 100644 --- a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild +++ b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Generate pronounceable passwords" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 ~riscv ~x86" src_prepare() { sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL || |