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 A2B79138336 for ; Sun, 25 Nov 2018 20:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 892CFE0905; Sun, 25 Nov 2018 20:28:46 +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 61413E0905 for ; Sun, 25 Nov 2018 20:28:46 +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 0A25B335D79 for ; Sun, 25 Nov 2018 20:28:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F392945A for ; Sun, 25 Nov 2018 20:28:42 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1543177703.d81f2b5644cce02415bddbeb0078fe85a8974e72.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-9999.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: d81f2b5644cce02415bddbeb0078fe85a8974e72 X-VCS-Branch: master Date: Sun, 25 Nov 2018 20:28:42 +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: 5f49fce6-8d7b-4bbb-8466-69c054f3019d X-Archives-Hash: 59465c5adfbf96c602667f0594990be7 commit: d81f2b5644cce02415bddbeb0078fe85a8974e72 Author: Eugene Bright bright gdn> AuthorDate: Sun Oct 21 18:19:16 2018 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Sun Nov 25 20:28:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81f2b56 sys-cluster/glusterfs-9999: Remove outdated comment Signed-off-by: Eugene Bright bright.gdn> Signed-off-by: Alexys Jacob gentoo.org> sys-cluster/glusterfs/glusterfs-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys-cluster/glusterfs/glusterfs-9999.ebuild b/sys-cluster/glusterfs/glusterfs-9999.ebuild index 8d74c67b706..6cf392f726b 100644 --- a/sys-cluster/glusterfs/glusterfs-9999.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9999.ebuild @@ -122,10 +122,6 @@ src_prepare() { } src_configure() { - # --without-ipv6-default and --with-libtirpc don't do what you they - # do. Chewi has given up fighting with upstream about this. - # https://bugzilla.redhat.com/show_bug.cgi?id=1553926 - econf \ --disable-dependency-tracking \ --disable-silent-rules \