diff options
author | 2021-06-29 16:38:20 +0800 | |
---|---|---|
committer | 2021-07-02 13:21:57 +0100 | |
commit | a6732fc270767e8562ab93d1d0e6eedb861ff376 (patch) | |
tree | a6483d782c4d50e2782cf3eef532fb3b3f1612fe /dev-python/sphinxcontrib-github-alt | |
parent | dev-python/nose_warnings_filters: add ~riscv keyword (diff) | |
download | gentoo-a6732fc270767e8562ab93d1d0e6eedb861ff376.tar.gz gentoo-a6732fc270767e8562ab93d1d0e6eedb861ff376.tar.bz2 gentoo-a6732fc270767e8562ab93d1d0e6eedb861ff376.zip |
dev-python/sphinxcontrib-github-alt: add ~riscv keyword
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ye Cao <ye.c@rioslab.org>
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-github-alt')
-rw-r--r-- | dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild index 5ef0ef7d0072..ef7a10b3143d 100644 --- a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild +++ b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~s390 ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ~riscv ~s390 ~sparc x86" RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" BDEPEND="${RDEPEND}" |