diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-03-23 23:40:02 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-24 23:47:22 +0100 |
commit | d6c1de77e6d6bd9ba411c0d08306bd86cf383aa4 (patch) | |
tree | cc8f47d51ffd0ef3454de9cdf560618e9460c14a /dev-python/flask-sphinx-themes | |
parent | dev-python/sentinels: keyword 1.0.0 for ~riscv (diff) | |
download | gentoo-d6c1de77e6d6bd9ba411c0d08306bd86cf383aa4.tar.gz gentoo-d6c1de77e6d6bd9ba411c0d08306bd86cf383aa4.tar.bz2 gentoo-d6c1de77e6d6bd9ba411c0d08306bd86cf383aa4.zip |
dev-python/flask-sphinx-themes: keyword 1.0.2 for ~riscv
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/flask-sphinx-themes')
-rw-r--r-- | dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild index 630add4ca05b..2fcb2605b2ee 100644 --- a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild +++ b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.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=7 @@ -16,4 +16,4 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" |