diff options
Diffstat (limited to 'app-office/lyx/lyx-2.3.0.ebuild')
-rw-r--r-- | app-office/lyx/lyx-2.3.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-office/lyx/lyx-2.3.0.ebuild b/app-office/lyx/lyx-2.3.0.ebuild index a492d69d8b52..ad0929130f0c 100644 --- a/app-office/lyx/lyx-2.3.0.ebuild +++ b/app-office/lyx/lyx-2.3.0.ebuild @@ -76,7 +76,10 @@ DEPEND="${RDEPEND} DOCS=( ANNOUNCE NEWS README RELEASE-NOTES UPGRADING ) -PATCHES=( "${FILESDIR}"/${P}-python.patch ) +PATCHES=( + "${FILESDIR}"/${P}-python.patch + "${FILESDIR}"/${P}-qt-5.11.patch +) S="${WORKDIR}/${MY_P}" |