diff options
author | 2021-06-10 17:56:22 +0800 | |
---|---|---|
committer | 2021-06-10 22:01:34 +0800 | |
commit | 0c528d76b199daea5d0d6a1dfc123c0ce0169436 (patch) | |
tree | ad704d0cb809a55911f1f519e901cf915f85cce5 | |
parent | dev-python/iocapture: enable riscv support (diff) | |
download | gentoo-0c528d76b199daea5d0d6a1dfc123c0ce0169436.tar.gz gentoo-0c528d76b199daea5d0d6a1dfc123c0ce0169436.tar.bz2 gentoo-0c528d76b199daea5d0d6a1dfc123c0ce0169436.zip |
dev-python/argh: keyword ~riscv
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r-- | dev-python/argh/argh-0.26.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/argh/argh-0.26.2-r2.ebuild b/dev-python/argh/argh-0.26.2-r2.ebuild index d88ea1110581..74670bc78dbd 100644 --- a/dev-python/argh/argh-0.26.2-r2.ebuild +++ b/dev-python/argh/argh-0.26.2-r2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://pythonhosted.org/argh/" SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" LICENSE="LGPL-3" BDEPEND=" |