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 300B8138334 for ; Mon, 22 Oct 2018 20:07:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAC72E093D; Mon, 22 Oct 2018 20:07:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A308CE093B for ; Mon, 22 Oct 2018 20:07:46 +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 220AE335D1F for ; Mon, 22 Oct 2018 20:07:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 683A2449 for ; Mon, 22 Oct 2018 20:07:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1540238712.6955db10e7b427264e76b493aa19a0ac898fceb4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lcov/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lcov/lcov-1.13-r1.ebuild X-VCS-Directories: dev-util/lcov/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6955db10e7b427264e76b493aa19a0ac898fceb4 X-VCS-Branch: master Date: Mon, 22 Oct 2018 20:07:43 +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: 7051149e-69b5-4b33-9ec1-ea33157abf0e X-Archives-Hash: 0c54cadd9b1b94b70e9633cea7406c82 commit: 6955db10e7b427264e76b493aa19a0ac898fceb4 Author: Jeffrey Lin icurse nl> AuthorDate: Sun Oct 14 04:32:02 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 22 20:05:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6955db10 dev-util/lcov: make dev-perl/GD[png] optional Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jeffrey Lin icurse.nl> Signed-off-by: Michał Górny gentoo.org> dev-util/lcov/lcov-1.13-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/lcov/lcov-1.13-r1.ebuild b/dev-util/lcov/lcov-1.13-r1.ebuild index f257a4fac13..f500f9aecad 100644 --- a/dev-util/lcov/lcov-1.13-r1.ebuild +++ b/dev-util/lcov/lcov-1.13-r1.ebuild @@ -12,10 +12,12 @@ SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-linux ~x64-macos" +IUSE="png" RDEPEND=" dev-lang/perl - dev-perl/GD[png]" + png? ( dev-perl/GD[png] ) +" src_prepare() { default