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 E33B3158013 for ; Fri, 1 Dec 2023 21:58:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B05F52BC038; Fri, 1 Dec 2023 21:58:19 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E6D62BC038 for ; Fri, 1 Dec 2023 21:58:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E79AD335DCC for ; Fri, 1 Dec 2023 21:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E8531443 for ; Fri, 1 Dec 2023 21:58:14 +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: <1701467882.8d409c9e96a9b214130a5978d04a7174fa9af375.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3_9-exe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3_9-exe/pypy3_9-exe-7.3.13.ebuild X-VCS-Directories: dev-python/pypy3_9-exe/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8d409c9e96a9b214130a5978d04a7174fa9af375 X-VCS-Branch: master Date: Fri, 1 Dec 2023 21:58:14 +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: b73e1e60-1eb4-418e-8e99-b95ec83476f1 X-Archives-Hash: 31e8babbf5ddced68c2b8aeb85a8a399 commit: 8d409c9e96a9b214130a5978d04a7174fa9af375 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 1 20:28:31 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 1 21:58:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d409c9e dev-python/pypy3_9-exe: Specify PyPy branch in DESCRIPTION Signed-off-by: Michał Górny gentoo.org> dev-python/pypy3_9-exe/pypy3_9-exe-7.3.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypy3_9-exe/pypy3_9-exe-7.3.13.ebuild b/dev-python/pypy3_9-exe/pypy3_9-exe-7.3.13.ebuild index fd6aec5a2638..a6d7ba06e1b1 100644 --- a/dev-python/pypy3_9-exe/pypy3_9-exe-7.3.13.ebuild +++ b/dev-python/pypy3_9-exe/pypy3_9-exe-7.3.13.ebuild @@ -10,7 +10,7 @@ PYVER=3.9 MY_P="pypy${PYVER}-v${PYPY_PV/_}" PATCHSET="pypy${PYVER}-gentoo-patches-${PV/_}" -DESCRIPTION="PyPy3 executable (build from source)" +DESCRIPTION="PyPy3.9 executable (build from source)" HOMEPAGE="https://www.pypy.org/" SRC_URI=" https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2