From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3675415A7D9 for ; Thu, 16 Mar 2023 18:52:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38F5DE08C8; Thu, 16 Mar 2023 18:52:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19A91E08C8 for ; Thu, 16 Mar 2023 18:52:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03368335CEE for ; Thu, 16 Mar 2023 18:52:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 498F78E4 for ; Thu, 16 Mar 2023 18:52:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1678992623.7b5894cad52a80e12067968eb23a9d8994d7f985.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/poezio/poezio-0.14.ebuild X-VCS-Directories: net-im/poezio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7b5894cad52a80e12067968eb23a9d8994d7f985 X-VCS-Branch: master Date: Thu, 16 Mar 2023 18:52:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c2ac3f1-51e5-4495-a555-e8b019aede99 X-Archives-Hash: 6b9519c78730f21c9ea763d4c4c45c3c commit: 7b5894cad52a80e12067968eb23a9d8994d7f985 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 16 16:04:04 2023 +0000 Commit: Michał Górny gentoo 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 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