diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-18 15:23:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-18 15:27:59 +0100 |
commit | aeae9e19fb79ddc56499105afc4fa597819802be (patch) | |
tree | 2399f6b58ef99f1cc030e0af71121c3446d2508f /dev-qt | |
parent | dev-libs/libical: 3.0.7 version bump (diff) | |
download | gentoo-aeae9e19fb79ddc56499105afc4fa597819802be.tar.gz gentoo-aeae9e19fb79ddc56499105afc4fa597819802be.tar.bz2 gentoo-aeae9e19fb79ddc56499105afc4fa597819802be.zip |
dev-qt/qtgui: Fix path to patch
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtgui/qtgui-5.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgui/qtgui-5.14.0.ebuild b/dev-qt/qtgui/qtgui-5.14.0.ebuild index 1154331783fe..160554a8cf33 100644 --- a/dev-qt/qtgui/qtgui-5.14.0.ebuild +++ b/dev-qt/qtgui/qtgui-5.14.0.ebuild @@ -124,7 +124,7 @@ QT5_GENTOO_PRIVATE_CONFIG=( :gui ) -PATCHES=( "${FILESDIR}/${PN}-5.14.0_beta3-no-xcb-no-xkbcommon.patch" ) +PATCHES=( "${FILESDIR}/${PN}-5.13.2-no-xcb-no-xkbcommon.patch" ) # bug 699110 src_prepare() { # don't add -O3 to CXXFLAGS, bug 549140 |