Diff qbs-3.1.1 with a qbs-3.1.2

/usr/portage/dev-util/qbs/qbs-3.1.2.ebuild 2026-01-04 10:18:04.890251173 +0300
1
# Copyright 2024-2025 Gentoo Authors
1
# Copyright 2024-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
13 13

  
14 14
LICENSE="|| ( LGPL-2.1 LGPL-3 ) Boost-1.0 BSD"
15 15
SLOT="0"
16
KEYWORDS="~amd64 ~arm ~x86"
16
KEYWORDS="amd64 ~arm ~x86"
17 17
IUSE="doc test"
18 18
RESTRICT="!test? ( test )"
19 19

  
......
47 47
PATCHES=(
48 48
	"${FILESDIR}"/${PN}-2.3.1-qtver.patch
49 49
	"${FILESDIR}"/${PN}-2.4.1-ldconfig.patch
50
	"${FILESDIR}"/${PN}-3.0.3-qt610.patch
51 50
)
52 51

  
53 52
python_check_deps() {
Thank you!