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 59604139694 for ; Sun, 12 Feb 2017 19:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACD15E0CBB; Sun, 12 Feb 2017 19:08:51 +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 8648DE0CBB for ; Sun, 12 Feb 2017 19:08:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94497341641 for ; Sun, 12 Feb 2017 19:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 120AC4590 for ; Sun, 12 Feb 2017 19:08:48 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1486926523.92704f5293c76f8a760d4ad63b372c49636adc7d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemical-mime-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild X-VCS-Directories: sci-chemistry/chemical-mime-data/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 92704f5293c76f8a760d4ad63b372c49636adc7d X-VCS-Branch: master Date: Sun, 12 Feb 2017 19:08:48 +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: 0858c299-eeaa-479f-91ab-966598b42d86 X-Archives-Hash: 3dcbe219088ad09b91298957d674d8ae commit: 92704f5293c76f8a760d4ad63b372c49636adc7d Author: Justin Lecher gentoo org> AuthorDate: Sun Feb 12 19:04:17 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Feb 12 19:08:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92704f52 sci-chemistry/chemical-mime-data: Backport USE deps for imagemagick Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=588074 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild index 856cd0549d..aa7abb211a 100644 --- a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild +++ b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.94-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} dev-util/intltool dev-util/desktop-file-utils dev-libs/libxslt - media-gfx/imagemagick[xml] + media-gfx/imagemagick[xml,png,svg] media-gfx/inkscape virtual/pkgconfig"