summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/devmanual')
-rw-r--r--app-doc/devmanual/devmanual-9999.ebuild6
1 files 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)
}