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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1E21158042 for ; Tue, 29 Oct 2024 11:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0237E07EF; Tue, 29 Oct 2024 11:49:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id B8D54E07EF for ; Tue, 29 Oct 2024 11:49:14 +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 088F43430CA for ; Tue, 29 Oct 2024 11:49:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89DC2B03 for ; Tue, 29 Oct 2024 11:49:12 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1730202548.42cf27d24076f3e5b340cc5f8d2c572c6220d141.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/devmanual/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/devmanual/devmanual-9999.ebuild X-VCS-Directories: app-doc/devmanual/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 42cf27d24076f3e5b340cc5f8d2c572c6220d141 X-VCS-Branch: master Date: Tue, 29 Oct 2024 11:49:12 +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: fd48f16f-ef2a-4cd0-808b-019e9cb4210d X-Archives-Hash: d5fde5a01810e9417269e4b5fe452aa6 commit: 42cf27d24076f3e5b340cc5f8d2c572c6220d141 Author: Ulrich Müller gentoo org> AuthorDate: Tue Oct 29 11:43:46 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Oct 29 11:49:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42cf27d2 app-doc/devmanual: Drop patch for eclass placeholder This is now done by the "upstream" build system. Update PYTHON_COMPAT. Signed-off-by: Ulrich Müller gentoo.org> app-doc/devmanual/devmanual-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-doc/devmanual/devmanual-9999.ebuild b/app-doc/devmanual/devmanual-9999.ebuild index 426388a43528..eb6eb3a9d985 100644 --- a/app-doc/devmanual/devmanual-9999.ebuild +++ b/app-doc/devmanual/devmanual-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="xml(+)" inherit python-any-r1 readme.gentoo-r1 @@ -32,8 +32,6 @@ BDEPEND=">=dev-libs/libxml2-2.9.12 ${PYTHON_DEPS} test? ( >=app-text/htmltidy-5.8.0 )" -PATCHES=( "${FILESDIR}"/${PN}-eclasses.patch ) - src_compile() { emake OFFLINE=$(usex offline 1 0) }