From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1120833-garchives=archives.gentoo.org@lists.gentoo.org> 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 AFFE2138334 for <garchives@archives.gentoo.org>; Thu, 7 Nov 2019 09:57:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E019EE09A4; Thu, 7 Nov 2019 09:57:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0D1EE09A4 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Nov 2019 09:57:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 74AF934C4BB for <gentoo-commits@lists.gentoo.org>; Thu, 7 Nov 2019 09:57:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BF2F824 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Nov 2019 09:57:23 +0000 (UTC) From: "Miroslav Šulc" <fordfrog@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" <fordfrog@gentoo.org> Message-ID: <1573120635.dd7400e52f9798aca7296e6b850f5ee323f71a0f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/inkscape/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/inkscape/inkscape-1.0_beta1.ebuild X-VCS-Directories: media-gfx/inkscape/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: dd7400e52f9798aca7296e6b850f5ee323f71a0f X-VCS-Branch: master Date: Thu, 7 Nov 2019 09:57:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7ec78e4-c78c-49a1-93e0-5269f6774dcd X-Archives-Hash: 4505e2dd87f6fda9018eb545ea752bf5 commit: dd7400e52f9798aca7296e6b850f5ee323f71a0f Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Thu Nov 7 09:56:59 2019 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Nov 7 09:57:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7400e5 media-gfx/inkscape-1.0_beta1: fixes 1) fixed REQUIRED_USE 2) added missing dependency (graphicsmagick) Bug: https://bugs.gentoo.org/696794 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-gfx/inkscape/inkscape-1.0_beta1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/inkscape/inkscape-1.0_beta1.ebuild b/media-gfx/inkscape/inkscape-1.0_beta1.ebuild index 5084ffd08c6..b8cf64e4536 100644 --- a/media-gfx/inkscape/inkscape-1.0_beta1.ebuild +++ b/media-gfx/inkscape/inkscape-1.0_beta1.ebuild @@ -22,7 +22,7 @@ IUSE="cdr dia dbus exif gnome graphicsmagick +imagemagick openmp postscript inkj IUSE+=" lcms nls spell static-libs visio wpg" REQUIRED_USE="${PYTHON_REQUIRED_USE} - ^^ ( imagemagick graphicsmagick )" + ?? ( imagemagick graphicsmagick )" COMMON_DEPEND="${PYTHON_DEPS} >=app-text/poppler-0.57.0:=[cairo] @@ -51,6 +51,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dbus? ( dev-libs/dbus-glib ) exif? ( media-libs/libexif ) gnome? ( >=gnome-base/gnome-vfs-2.0 ) + graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] ) imagemagick? ( <media-gfx/imagemagick-7:=[cxx] ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 )