From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B18361581EE for ; Sun, 23 Mar 2025 13:17:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9BBE334351D for ; Sun, 23 Mar 2025 13:17:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 04FCD1104AD; Sun, 23 Mar 2025 13:16:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id EEE041104AD for ; Sun, 23 Mar 2025 13:16:58 +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 A1F10343519 for ; Sun, 23 Mar 2025 13:16:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 366D8271C for ; Sun, 23 Mar 2025 13:16:57 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1742735813.02cefcd0f7c48373577325ec78d75c41ac8966f7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/pythontex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/pythontex/pythontex-0.18.ebuild X-VCS-Directories: dev-tex/pythontex/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 02cefcd0f7c48373577325ec78d75c41ac8966f7 X-VCS-Branch: master Date: Sun, 23 Mar 2025 13:16:57 +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: 9abfcfa6-82cf-44ed-97a7-54a3d18d1f8a X-Archives-Hash: b7aad9d1e72854ee56f595e432fe125f commit: 02cefcd0f7c48373577325ec78d75c41ac8966f7 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Mar 23 13:05:26 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Mar 23 13:16:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cefcd0 dev-tex/pythontex: Stabilize 0.18 ppc, #936995 Signed-off-by: Arthur Zamarin gentoo.org> dev-tex/pythontex/pythontex-0.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tex/pythontex/pythontex-0.18.ebuild b/dev-tex/pythontex/pythontex-0.18.ebuild index 8a6634eaab80..d07eee73b98b 100644 --- a/dev-tex/pythontex/pythontex-0.18.ebuild +++ b/dev-tex/pythontex/pythontex-0.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/gpoore/pythontex/archive/v${PV}.tar.gz -> ${P}.tar.g SLOT="0" LICENSE="LPPL-1.3 BSD" -KEYWORDS="amd64 ~ppc ~riscv x86" +KEYWORDS="amd64 ppc ~riscv x86" IUSE="doc highlighting" REQUIRED_USE="${PYTHON_REQUIRED_USE}"