Сравнение qtwebengine-6.11.1 с qtwebengine-6.11.9999
| /usr/portage/dev-qt/qtwebengine/qtwebengine-6.11.9999.ebuild 2026-08-07 20:03:04.891469083 +0300 | ||
|---|---|---|
| 9 | 9 | |
| 10 | 10 |
DESCRIPTION="Library for rendering dynamic web content in Qt6 C++ and QML applications" |
| 11 | 11 |
SRC_URI+=" |
| 12 |
https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${PN}-6.11-patchset-4.tar.xz
|
|
| 12 |
https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${PN}-6.11-patchset-5.tar.xz
|
|
| 13 | 13 |
" |
| 14 | 14 | |
| 15 | 15 |
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
| 16 |
KEYWORDS="amd64 arm64" |
|
| 16 |
KEYWORDS="~amd64 ~arm64" |
|
| 17 | 17 |
fi |
| 18 | 18 | |
| 19 | 19 |
IUSE=" |
| ... | ... | |
| 111 | 111 |
# add extras as needed here, may merge in set if carries across versions |
| 112 | 112 |
"${FILESDIR}"/${PN}-6.10.3-climits.patch
|
| 113 | 113 |
"${FILESDIR}"/${PN}-6.11.0-gcc17.patch
|
| 114 |
"${FILESDIR}"/${PN}-6.11.1-gcc17.patch
|
|
| 115 | 114 |
"${FILESDIR}"/${PN}-6.11.1-musl-missing-includes.patch
|
| 116 | 115 |
) |
| 117 | 116 | |