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 3CFD4138331 for ; Sun, 7 Jan 2018 13:43:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9870DE08A8; Sun, 7 Jan 2018 13:43:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 74F7AE08A2 for ; Sun, 7 Jan 2018 13:43:15 +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 DD9A7340961 for ; Sun, 7 Jan 2018 13:43:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E85C01A6 for ; Sun, 7 Jan 2018 13:43:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1515332561.d64e93b3d867ab13ab46d88dd27dbfa14e799eb2.asturm@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.40.1-r1.ebuild X-VCS-Directories: media-gfx/graphviz/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d64e93b3d867ab13ab46d88dd27dbfa14e799eb2 X-VCS-Branch: master Date: Sun, 7 Jan 2018 13:43:09 +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: d8b40e9f-0411-4fc1-906f-556f37b2b60e X-Archives-Hash: f1222a4a0b894b1da8e899f49c2cf5d7 commit: d64e93b3d867ab13ab46d88dd27dbfa14e799eb2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 7 10:55:09 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 7 13:42:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64e93b3 media-gfx/graphviz: Drop unused {eutils,multilib}.eclass Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-gfx/graphviz/graphviz-2.40.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild b/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild index f7a96bed93d..6cebfeb45ae 100644 --- a/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild +++ b/media-gfx/graphviz/graphviz-2.40.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit autotools eutils flag-o-matic java-pkg-opt-2 multilib python-single-r1 qmake-utils +inherit autotools flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils DESCRIPTION="Open Source Graph Visualization Software" HOMEPAGE="http://www.graphviz.org/ https://gitlab.com/graphviz/graphviz/"