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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A927715808B for ; Tue, 12 Apr 2022 17:39:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 363782BC005; Tue, 12 Apr 2022 17:39:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24AF92BC005 for ; Tue, 12 Apr 2022 17:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0A6B341C37 for ; Tue, 12 Apr 2022 17:39:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C9D139F for ; Tue, 12 Apr 2022 17:39:05 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1649785133.52f3466eb73b9de220a2fb12b872a3de8163e43b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ganv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ganv/ganv-1.8.0-r1.ebuild media-libs/ganv/ganv-1.8.0.ebuild X-VCS-Directories: media-libs/ganv/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 52f3466eb73b9de220a2fb12b872a3de8163e43b X-VCS-Branch: master Date: Tue, 12 Apr 2022 17:39:05 +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: 23ec8ef3-6750-418c-84f3-5cf3ff107ca8 X-Archives-Hash: dd04a3f993ff4acaa306347fc4618921 commit: 52f3466eb73b9de220a2fb12b872a3de8163e43b Author: Matt Turner gentoo org> AuthorDate: Tue Apr 12 04:41:12 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 12 17:38:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f3466e media-libs/ganv: Update for graphviz USE=gtk2 Signed-off-by: Matt Turner gentoo.org> media-libs/ganv/{ganv-1.8.0.ebuild => ganv-1.8.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/ganv/ganv-1.8.0.ebuild b/media-libs/ganv/ganv-1.8.0-r1.ebuild similarity index 92% rename from media-libs/ganv/ganv-1.8.0.ebuild rename to media-libs/ganv/ganv-1.8.0-r1.ebuild index 44fd56077d02..a462ad3f034f 100644 --- a/media-libs/ganv/ganv-1.8.0.ebuild +++ b/media-libs/ganv/ganv-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ RDEPEND=" dev-cpp/glibmm:2 dev-cpp/gtkmm:2.4 x11-libs/gtk+:2 - graphviz? ( media-gfx/graphviz[gtk] ) + graphviz? ( media-gfx/graphviz[gtk2] ) introspection? ( app-text/yelp-tools dev-libs/gobject-introspection:=[doctool] )