diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-06-19 09:16:35 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-06-19 09:16:35 -0400 |
commit | b311733f9f7fe956679b12c75c13173bd1ca4ff0 (patch) | |
tree | 5df73bbe40bad61bbc79b3cb06a735cce8f7d7c1 /dev-qt | |
parent | 6eed818b4ab39386b045e71e1033c16db3de84ea (diff) | |
download | gentoo-overlay-b311733f9f7fe956679b12c75c13173bd1ca4ff0.tar.xz gentoo-overlay-b311733f9f7fe956679b12c75c13173bd1ca4ff0.zip |
dev-qt/qtgui: sync ::gentoo
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtgui/qtgui-5.15.5.ebuild (renamed from dev-qt/qtgui/qtgui-5.15.4-r2.ebuild) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-qt/qtgui/qtgui-5.15.4-r2.ebuild b/dev-qt/qtgui/qtgui-5.15.5.ebuild index 8a06d44..8f7dac8 100644 --- a/dev-qt/qtgui/qtgui-5.15.4-r2.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -QT5_KDEPATCHSET_REV=4 +QT5_KDEPATCHSET_REV=1 QT5_MODULE="qtbase" inherit qt5-build @@ -126,10 +126,6 @@ QT5_GENTOO_PRIVATE_CONFIG=( :gui ) -PATCHES=( - "${FILESDIR}/qt-5.12-gcc-avx2.patch" # bug 672946 -) - src_prepare() { # don't add -O3 to CXXFLAGS, bug 549140 sed -i -e '/CONFIG\s*+=/s/optimize_full//' src/gui/gui.pro || die |