summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:04:04 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:23 +0100
commit7b5894cad52a80e12067968eb23a9d8994d7f985 (patch)
tree46df0b41fda1c5e252027294b54a6a273423c92b /net-im/poezio
parentnet-analyzer/snallygaster: Use pypi.eclass (diff)
downloadgentoo-7b5894cad52a80e12067968eb23a9d8994d7f985.tar.gz
gentoo-7b5894cad52a80e12067968eb23a9d8994d7f985.tar.bz2
gentoo-7b5894cad52a80e12067968eb23a9d8994d7f985.zip
net-im/poezio: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im/poezio')
-rw-r--r--net-im/poezio/poezio-0.14.ebuild2
1 files changed, 1 insertions, 1 deletions
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