diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:16:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:41 +0100 |
commit | 20030744e8e67771b66bcc4276047406b1956a06 (patch) | |
tree | 5d6e82180f9e51262d88f7e0d7b4fa2afab31cf4 /net-im | |
parent | dev-util/gertty: Sync the live ebuild (diff) | |
download | gentoo-20030744e8e67771b66bcc4276047406b1956a06.tar.gz gentoo-20030744e8e67771b66bcc4276047406b1956a06.tar.bz2 gentoo-20030744e8e67771b66bcc4276047406b1956a06.zip |
net-im/poezio: Sync the live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/poezio/poezio-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild index 1a2418a6d044..fc928f4f2798 100644 --- a/net-im/poezio/poezio-9999.ebuild +++ b/net-im/poezio/poezio-9999.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 |