commit: 42cf27d24076f3e5b340cc5f8d2c572c6220d141
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 11:43:46 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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)
}