diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-03-27 12:54:56 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-28 11:14:20 +0200 |
commit | 793582f2a8f1c7612e323658c2eb106dbabf0c6b (patch) | |
tree | a67c74195b0e33bea084f773d352293773462b80 /dev-python/configclass/configclass-0.2.0.ebuild | |
parent | dev-python/PyRSS2Gen: keyword 1.1-r2 for ~riscv (diff) | |
download | gentoo-793582f2a8f1c7612e323658c2eb106dbabf0c6b.tar.gz gentoo-793582f2a8f1c7612e323658c2eb106dbabf0c6b.tar.bz2 gentoo-793582f2a8f1c7612e323658c2eb106dbabf0c6b.zip |
dev-python/configclass: keyword 0.2.0 for ~riscv
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/configclass/configclass-0.2.0.ebuild')
-rw-r--r-- | dev-python/configclass/configclass-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/configclass/configclass-0.2.0.ebuild b/dev-python/configclass/configclass-0.2.0.ebuild index b3fab3ff014c..ed0d29263137 100644 --- a/dev-python/configclass/configclass-0.2.0.ebuild +++ b/dev-python/configclass/configclass-0.2.0.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 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/schettino72/configclass/archive/${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~riscv x86" RDEPEND=">=dev-python/mergedict-0.2.0[${PYTHON_USEDEP}]" |