summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-15 23:02:01 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-16 00:26:57 +0100
commit89d6a8e483252a7839cff515f8eed7e32c5aabe8 (patch)
treedb12d770bc378e715a30723428d98f6d755c16a3 /media-gfx/kxstitch/kxstitch-2.0.0.ebuild
parentgames-puzzle/ksokoban: Drop old and back to ~arch (diff)
downloadgentoo-89d6a8e483252a7839cff515f8eed7e32c5aabe8.tar.gz
gentoo-89d6a8e483252a7839cff515f8eed7e32c5aabe8.tar.bz2
gentoo-89d6a8e483252a7839cff515f8eed7e32c5aabe8.zip
media-gfx/kxstitch: Fix build w/ >=ImageMagick-7
Closes: https://bugs.gentoo.org/636998 Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'media-gfx/kxstitch/kxstitch-2.0.0.ebuild')
-rw-r--r--media-gfx/kxstitch/kxstitch-2.0.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/kxstitch/kxstitch-2.0.0.ebuild b/media-gfx/kxstitch/kxstitch-2.0.0.ebuild
index 32222fe706e3..02fe8204fac4 100644
--- a/media-gfx/kxstitch/kxstitch-2.0.0.ebuild
+++ b/media-gfx/kxstitch/kxstitch-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -37,3 +37,5 @@ RDEPEND="
DEPEND="${RDEPEND}
sys-devel/gettext
"
+
+PATCHES=( "${FILESDIR}/${P}-imagemagick-7.patch" )