Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
Date: Thu, 16 Mar 2023 18:52:56
Message-Id: 1678992641.20030744e8e67771b66bcc4276047406b1956a06.mgorny@gentoo
1 commit: 20030744e8e67771b66bcc4276047406b1956a06
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:16:32 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:41 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20030744
7
8 net-im/poezio: Sync the live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-im/poezio/poezio-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
16 index 1a2418a6d044..fc928f4f2798 100644
17 --- a/net-im/poezio/poezio-9999.ebuild
18 +++ b/net-im/poezio/poezio-9999.ebuild
19 @@ -20,7 +20,7 @@ if [[ "${PV}" == "9999" ]]; then
20 # We build the html documentation using sphinx.
21 BDEPEND="dev-python/sphinx"
22 else
23 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
24 + inherit pypi
25 KEYWORDS="~amd64"
26 fi