Сравнение libqxp-0.0.2 с libqxp-0.0.3

/usr/portage/app-text/libqxp/libqxp-0.0.3.ebuild 2026-06-18 19:41:04.164387632 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=9
5

  
6
inherit autotools
5 7

  
6 8
DESCRIPTION="Library parsing QuarkXpress documents"
7 9
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libqxp"
......
9 11

  
10 12
LICENSE="MPL-2.0"
11 13
SLOT="0"
12
KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86"
14
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
13 15
IUSE="debug doc test tools"
14 16
RESTRICT="!test? ( test )"
15 17

  
......
26 28
	doc? ( app-text/doxygen )
27 29
"
28 30

  
31
src_prepare() {
32
	default
33

  
34
	# old bundled version
35
	rm m4/ax_cxx_compile_stdcxx.m4 || die
36

  
37
	eautoreconf
38
}
39

  
29 40
src_configure() {
30 41
	local myeconfargs=(
31 42
		--disable-weffc
Спасибо!