diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:16:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:39 +0100 |
commit | 329b12531c8c72f3d5b6ed01689a99d4683a5d80 (patch) | |
tree | 7f6325fe1cc1b4cdbcf85b8d82ab07c544581ed6 /dev-python/slixmpp | |
parent | dev-python/pysrt: Sync the live ebuild (diff) | |
download | gentoo-329b12531c8c72f3d5b6ed01689a99d4683a5d80.tar.gz gentoo-329b12531c8c72f3d5b6ed01689a99d4683a5d80.tar.bz2 gentoo-329b12531c8c72f3d5b6ed01689a99d4683a5d80.zip |
dev-python/slixmpp: Sync the live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/slixmpp')
-rw-r--r-- | dev-python/slixmpp/slixmpp-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild index 79ddc662f8fb..45970b5ba9c9 100644 --- a/dev-python/slixmpp/slixmpp-9999.ebuild +++ b/dev-python/slixmpp/slixmpp-9999.ebuild @@ -17,12 +17,12 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://lab.louiz.org/poezio/${PN}.git" inherit git-r3 else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" + inherit pypi + KEYWORDS="~amd64 ~riscv" fi DEPEND=" - net-dns/libidn + net-dns/libidn:= " RDEPEND=" dev-python/aiodns[${PYTHON_USEDEP}] |