From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1347271-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 19702158086
	for <garchives@archives.gentoo.org>; Wed,  8 Dec 2021 11:12:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 61E4DE07E0;
	Wed,  8 Dec 2021 11:12:04 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4A81BE07E0
	for <gentoo-commits@lists.gentoo.org>; Wed,  8 Dec 2021 11:12:03 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4B7AF3432AC
	for <gentoo-commits@lists.gentoo.org>; Wed,  8 Dec 2021 11:12:02 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FA8F10C
	for <gentoo-commits@lists.gentoo.org>; Wed,  8 Dec 2021 11:12:00 +0000 (UTC)
From: "David Seifert" <soap@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, "David Seifert" <soap@gentoo.org>
Message-ID: <1638961910.066d7617103650a473af499cb35287d64ed7a39d.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.49.0.ebuild
X-VCS-Directories: media-gfx/graphviz/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: 066d7617103650a473af499cb35287d64ed7a39d
X-VCS-Branch: master
Date: Wed,  8 Dec 2021 11:12:00 +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: 3660486d-192a-4b07-b557-2d5d2ebdcf6d
X-Archives-Hash: 2826fba5f1dede95c23948b12f3d057e

commit:     066d7617103650a473af499cb35287d64ed7a39d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  8 11:11:50 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec  8 11:11:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066d7617

media-gfx/graphviz: remove unknown configure arguments

Closes: https://bugs.gentoo.org/828552
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-gfx/graphviz/graphviz-2.49.0.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/media-gfx/graphviz/graphviz-2.49.0.ebuild b/media-gfx/graphviz/graphviz-2.49.0.ebuild
index a2585988d8bb..f4eaa25110c0 100644
--- a/media-gfx/graphviz/graphviz-2.49.0.ebuild
+++ b/media-gfx/graphviz/graphviz-2.49.0.ebuild
@@ -188,7 +188,6 @@ src_configure() {
 	local myconf=(
 		--disable-static
 		--enable-ltdl
-		--enable-gdk-pixbuf
 		$(use_with cairo pangocairo)
 		$(use_with devil)
 		$(use_with gtk)
@@ -209,7 +208,6 @@ src_configure() {
 		--with-sfdp
 		--without-ming
 		# new/experimental features, to be tested, disable for now
-		--with-cgraph
 		--without-glitz
 		--without-ipsepcola
 		--without-smyrna
@@ -218,7 +216,6 @@ src_configure() {
 		$(use_enable guile)
 		$(use_enable java)
 		$(use_enable perl)
-		$(use_enable python python2)
 		$(use_enable python python3)
 		$(use_enable ruby)
 		$(use_enable tcl)