commit: 7b5894cad52a80e12067968eb23a9d8994d7f985
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:04:04 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:50:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5894ca
net-im/poezio: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-im/poezio/poezio-0.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/poezio/poezio-0.14.ebuild b/net-im/poezio/poezio-0.14.ebuild
index 25252101030b..fabfb7c285fd 100644
--- a/net-im/poezio/poezio-0.14.ebuild
+++ b/net-im/poezio/poezio-0.14.ebuild
@@ -20,7 +20,7 @@ if [[ "${PV}" == "9999" ]]; then
# We build the html documentation using sphinx.
BDEPEND="dev-python/sphinx"
else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ inherit pypi
KEYWORDS="amd64"
fi