Diff libtraceevent-1.7.3 with a libtraceevent-1.8.4

/usr/portage/dev-libs/libtraceevent/libtraceevent-1.8.4.ebuild 2025-07-29 16:22:13.172450537 +0300
1
# Copyright 2019-2024 Gentoo Authors
1
# Copyright 2019-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
33 33
src_configure() {
34 34
	local emesonargs=(
35 35
		-Dasciidoctor=false
36
		-Ddoc=$(usex doc true false)
36 37
	)
37 38

  
38 39
	# TODO: get docs & tests optional upstream
Thank you!