From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58160139694 for ; Tue, 23 May 2017 22:32:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36E4D21C099; Tue, 23 May 2017 22:32:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1376421C099 for ; Tue, 23 May 2017 22:32:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFADA341700 for ; Tue, 23 May 2017 22:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75F7B743E for ; Tue, 23 May 2017 22:32:27 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1495578743.f4fb3fdf4808088e63df3888231b9733e0d3d937.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild X-VCS-Directories: media-video/dvdauthor/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f4fb3fdf4808088e63df3888231b9733e0d3d937 X-VCS-Branch: master Date: Tue, 23 May 2017 22:32:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2199bbdc-3f45-4e6d-bfa8-3c2e7931b7b9 X-Archives-Hash: 9970f67babd998a0cc1001900cbd29f3 commit: f4fb3fdf4808088e63df3888231b9733e0d3d937 Author: Lars Wendler gentoo org> AuthorDate: Tue May 23 22:32:09 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue May 23 22:32:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fb3fdf media-video/dvdauthor: Fixed compilation with USE="-imagemagick". Gentoo bug #619480 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild | 4 ++-- 1 file 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 b279738dca1..b8470759771 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