diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-10-29 12:43:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-10-29 12:49:08 +0100 |
commit | 42cf27d24076f3e5b340cc5f8d2c572c6220d141 (patch) | |
tree | c19f5197b03b1b174dac368c6aa815ce29a4531a /app-doc/devmanual | |
parent | www-client/firefox-bin: clarify the apulse message (diff) | |
download | gentoo-42cf27d24076f3e5b340cc5f8d2c572c6220d141.tar.gz gentoo-42cf27d24076f3e5b340cc5f8d2c572c6220d141.tar.bz2 gentoo-42cf27d24076f3e5b340cc5f8d2c572c6220d141.zip |
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@gentoo.org>
Diffstat (limited to 'app-doc/devmanual')
-rw-r--r-- | app-doc/devmanual/devmanual-9999.ebuild | 6 |
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) } |