diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-12-15 16:07:44 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-12-21 11:36:51 +0800 |
commit | bf2bff7ecb7300487ce9e1f1625663cb5ba1628b (patch) | |
tree | f935cdd11074892e9340645b51caa132cd7b8dc5 /app-text | |
parent | app-shells/loksh: keyword ~riscv (diff) | |
download | gentoo-bf2bff7ecb7300487ce9e1f1625663cb5ba1628b.tar.gz gentoo-bf2bff7ecb7300487ce9e1f1625663cb5ba1628b.tar.bz2 gentoo-bf2bff7ecb7300487ce9e1f1625663cb5ba1628b.zip |
app-text/pdfgrep: keyword ~riscv
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdfgrep/pdfgrep-2.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/pdfgrep/pdfgrep-2.1.2.ebuild b/app-text/pdfgrep/pdfgrep-2.1.2.ebuild index 444d6258b3d7..22c87a31ea4d 100644 --- a/app-text/pdfgrep/pdfgrep-2.1.2.ebuild +++ b/app-text/pdfgrep/pdfgrep-2.1.2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://www.pdfgrep.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 ~riscv x86" IUSE="+pcre test unac" RESTRICT="!test? ( test )" |