summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-05-24 00:32:09 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-05-24 00:32:23 +0200
commitf4fb3fdf4808088e63df3888231b9733e0d3d937 (patch)
tree42dced3231064d05a141dc4fa1914cfb046b4226 /media-video/dvdauthor
parentnet-dns/dnsdist: New package, #611892 (diff)
downloadgentoo-f4fb3fdf4808088e63df3888231b9733e0d3d937.tar.gz
gentoo-f4fb3fdf4808088e63df3888231b9733e0d3d937.tar.bz2
gentoo-f4fb3fdf4808088e63df3888231b9733e0d3d937.zip
media-video/dvdauthor: Fixed compilation with USE="-imagemagick".
Gentoo bug #619480 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-video/dvdauthor')
-rw-r--r--media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild
index b279738dca1f..b84707597712 100644
--- a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild
+++ b/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild
@@ -24,14 +24,14 @@ RDEPEND=">=dev-libs/fribidi-0.19.2
DEPEND="${RDEPEND}
virtual/pkgconfig"
-S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
DOCS=( AUTHORS ChangeLog README TODO )
src_prepare() {
default
- if has_version '>=media-gfx/imagemagick-7.0.1.0' ; then
+ if use imagemagick && has_version '>=media-gfx/imagemagick-7.0.1.0' ; then
eapply "${FILESDIR}/${PN}-0.7.2-imagemagick7.patch"
fi