diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-22 11:30:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-22 11:53:52 +0100 |
commit | 890adca6eccc4fca4f25be16c2c04da1011c3979 (patch) | |
tree | f73fc673b3e4a7e28423242edb80a872d83c8389 /app-editors/juffed/juffed-0.10_p20160323-r1.ebuild | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.207,4.9.207,4.14.1... (diff) | |
download | gentoo-890adca6eccc4fca4f25be16c2c04da1011c3979.tar.gz gentoo-890adca6eccc4fca4f25be16c2c04da1011c3979.tar.bz2 gentoo-890adca6eccc4fca4f25be16c2c04da1011c3979.zip |
app-editors/juffed: Fix build with QScintilla-2.10.3
Closes: https://bugs.gentoo.org/652928
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/juffed/juffed-0.10_p20160323-r1.ebuild')
-rw-r--r-- | app-editors/juffed/juffed-0.10_p20160323-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild index 97e18f2d896c..1c1f52f7c75b 100644 --- a/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild +++ b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,6 +32,7 @@ DOCS=( ChangeLog README ) PATCHES=( "${FILESDIR}/${P}-qscintilla-2.10.patch" "${FILESDIR}/${P}-qt-5.11.patch" + "${FILESDIR}/${P}-qscintilla-2.10.3.patch" ) src_prepare() { |