diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-12-09 19:14:04 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-12-12 22:22:47 +0800 |
commit | 69b3a32d96845bc2f05fc3ff98be48e406ffd661 (patch) | |
tree | 41e6af03c5a302745ffba2bddf5b722701047729 /app-text | |
parent | app-shells/nushell: keyword ~riscv (diff) | |
download | gentoo-69b3a32d96845bc2f05fc3ff98be48e406ffd661.tar.gz gentoo-69b3a32d96845bc2f05fc3ff98be48e406ffd661.tar.bz2 gentoo-69b3a32d96845bc2f05fc3ff98be48e406ffd661.zip |
app-text/binfind: keyword ~riscv
Closes: https://github.com/gentoo/gentoo/pull/23251
Package-Manager: Portage-3.0.28, 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/binfind/binfind-0.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild index 0285f93dbe53..98b9511f6370 100644 --- a/app-text/binfind/binfind-0.0.3.ebuild +++ b/app-text/binfind/binfind-0.0.3.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=7 @@ -9,5 +9,5 @@ SRC_URI="https://www.lith.at/binfind/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="" |