Diff qt5compat-6.10.2 with a qt5compat-6.9999
| /usr/portage/dev-qt/qt5compat/qt5compat-6.9999.ebuild 2025-05-24 18:21:08.637340170 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2023-2026 Gentoo Authors |
|
| 1 |
# Copyright 2023-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 8 | 8 |
DESCRIPTION="Qt module containing the unsupported Qt 5 APIs" |
| 9 | 9 | |
| 10 | 10 |
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
| 11 |
KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv x86" |
|
| 11 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86" |
|
| 12 | 12 |
fi |
| 13 | 13 | |
| 14 | 14 |
IUSE="+gui icu qml" |