From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6853F138827 for ; Sat, 3 Oct 2015 10:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA09B21C023; Sat, 3 Oct 2015 10:19:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 483CB21C023 for ; Sat, 3 Oct 2015 10:19:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37A5E34084C for ; Sat, 3 Oct 2015 10:19:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6BCA207 for ; Sat, 3 Oct 2015 10:19:24 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1443867557.f1fefc36a138229ff07faca0defc61d19e7fb891.pacho@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.38.0-r1.ebuild X-VCS-Directories: media-gfx/graphviz/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f1fefc36a138229ff07faca0defc61d19e7fb891 X-VCS-Branch: master Date: Sat, 3 Oct 2015 10:19:24 +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: e24e5f4a-3a5e-4005-99fc-4600e17c37e2 X-Archives-Hash: b42eb5533be48cd35dd6ce40b52eb4b0 commit: f1fefc36a138229ff07faca0defc61d19e7fb891 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 3 10:19:17 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 3 10:19:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1fefc36 media-gfx/graphviz: The automake trick was needed due to a different bug in eclass that was now fixed (#531462) Package-Manager: portage-2.2.22 media-gfx/graphviz/graphviz-2.38.0-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild b/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild index c255128..797fcda 100644 --- a/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild +++ b/media-gfx/graphviz/graphviz-2.38.0-r1.ebuild @@ -4,7 +4,6 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -WANT_AUTOMAKE=1.13 #547168 inherit autotools eutils flag-o-matic java-pkg-opt-2 multilib python-single-r1