summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-08-16 09:41:29 +0100
committerMarek Szuba <marecki@gentoo.org>2021-08-16 12:45:58 +0100
commitfc1831106bd30652b820090f4c9771a6a64299b8 (patch)
treea0ee13c383bbd15adee2358c4c002a0e8c33ad84 /dev-python/et_xmlfile
parentdev-python/psycopg: keyword 2.9.1 for ~riscv (diff)
downloadgentoo-fc1831106bd30652b820090f4c9771a6a64299b8.tar.gz
gentoo-fc1831106bd30652b820090f4c9771a6a64299b8.tar.bz2
gentoo-fc1831106bd30652b820090f4c9771a6a64299b8.zip
dev-python/et_xmlfile: keyword 1.1.0 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/et_xmlfile')
-rw-r--r--dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild b/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild
index 7b901d135452..5ab922e1c1fa 100644
--- a/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild
+++ b/dev-python/et_xmlfile/et_xmlfile-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}
SLOT="0"
LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]"