mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
As the python bindings are python2 only, they have been disabled. The packages, which are using libhid don't need it anyway. Closes: https://bugs.gentoo.org/718704 Closes: https://bugs.gentoo.org/735292 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
12 lines
500 B
Diff
12 lines
500 B
Diff
--- a/m4/md_conf_db2man.m4
|
|
+++ b/m4/md_conf_db2man.m4
|
|
@@ -3,7 +3,7 @@
|
|
for file in \
|
|
/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl \
|
|
/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/*/manpages/docbook.xsl \
|
|
- /usr/share/{x,sg}ml/docbook/xsl-stylesheets-*/manpages/docbook.xsl \
|
|
+ /usr/share/{x,sg}ml/docbook/xsl-stylesheets*/manpages/docbook.xsl \
|
|
/sw/share/xml/xsl/docbook-xsl/manpages/docbook.xsl; do
|
|
|
|
test -r $file && db2man_file=$file
|