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 690EE1392E8 for ; Sun, 4 Jul 2021 20:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A036E07DB; Sun, 4 Jul 2021 20:59:33 +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 6B9B6E07DB for ; Sun, 4 Jul 2021 20:59:33 +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 6603C335D59 for ; Sun, 4 Jul 2021 20:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF67F2B for ; Sun, 4 Jul 2021 20:59:30 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1625432351.c38262d85ca9aa290326dd7cd6ba8675ce216787.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphviz/graphviz-2.47.1-r1.ebuild media-gfx/graphviz/graphviz-2.47.1.ebuild X-VCS-Directories: media-gfx/graphviz/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c38262d85ca9aa290326dd7cd6ba8675ce216787 X-VCS-Branch: master Date: Sun, 4 Jul 2021 20:59:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 011862de-cc37-490a-b3e1-94d53b8259c9 X-Archives-Hash: 8feb51099623ed465720b09d7610af15 commit: c38262d85ca9aa290326dd7cd6ba8675ce216787 Author: David Seifert gentoo org> AuthorDate: Sun Jul 4 20:59:11 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 4 20:59:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38262d8 media-gfx/graphviz: Add USE="webp" Closes: https://bugs.gentoo.org/794823 Signed-off-by: David Seifert gentoo.org> .../graphviz/{graphviz-2.47.1.ebuild => graphviz-2.47.1-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-gfx/graphviz/graphviz-2.47.1.ebuild b/media-gfx/graphviz/graphviz-2.47.1-r1.ebuild similarity index 98% rename from media-gfx/graphviz/graphviz-2.47.1.ebuild rename to media-gfx/graphviz/graphviz-2.47.1-r1.ebuild index 2c8ab4b7913..130d70d2a5f 100644 --- a/media-gfx/graphviz/graphviz-2.47.1.ebuild +++ b/media-gfx/graphviz/graphviz-2.47.1-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://gitlab.com/graphviz/graphviz/-/package_files/9573974/download - LICENSE="CPL-1.0" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" -IUSE="+cairo devil doc examples gtk gts guile java lasi nls pdf perl postscript python qt5 ruby svg tcl X" +IUSE="+cairo devil doc examples gtk gts guile java lasi nls pdf perl postscript python qt5 ruby svg tcl webp X" REQUIRED_USE=" !cairo? ( !X !gtk !postscript !lasi ) @@ -81,6 +81,7 @@ RDEPEND=" ruby? ( dev-lang/ruby:* ) svg? ( gnome-base/librsvg ) tcl? ( >=dev-lang/tcl-8.3:0= ) + webp? ( media-libs/libwebp:= ) X? ( x11-libs/libX11 x11-libs/libXaw @@ -202,6 +203,7 @@ src_configure() { $(use_with pdf poppler) $(use_with postscript ghostscript) $(use_with svg rsvg) + $(use_with webp) $(use_with X x) $(use_with X xaw) $(use_with X lefty)