diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:04:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:23 +0100 |
commit | 7b5894cad52a80e12067968eb23a9d8994d7f985 (patch) | |
tree | 46df0b41fda1c5e252027294b54a6a273423c92b /net-im/poezio | |
parent | net-analyzer/snallygaster: Use pypi.eclass (diff) | |
download | gentoo-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.ebuild | 2 |
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 |