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 359A81384B4 for ; Wed, 11 Nov 2015 20:10:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F00E21C03E; Wed, 11 Nov 2015 20:10:04 +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 D08F321C03E for ; Wed, 11 Nov 2015 20:10:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 865B833BE05 for ; Wed, 11 Nov 2015 20:10:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45E961066 for ; Wed, 11 Nov 2015 20:10:00 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1447272567.6ddd55bd99c1733f81ccd58d4ddb7300e7c3c62c.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/conky/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/conky/conky-1.10.0.ebuild X-VCS-Directories: app-admin/conky/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 6ddd55bd99c1733f81ccd58d4ddb7300e7c3c62c X-VCS-Branch: master Date: Wed, 11 Nov 2015 20:10:00 +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: 4db12e31-2ff6-45cc-bb9a-73cd4b3525a8 X-Archives-Hash: 4ab0132b0771e56b0b714b07648773dd commit: 6ddd55bd99c1733f81ccd58d4ddb7300e7c3c62c Author: Daniel Pielmeier gentoo org> AuthorDate: Wed Nov 11 20:09:27 2015 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Wed Nov 11 20:09:27 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddd55bd app-admin/conky: Make IPV6 kernel option check nonfatal This fixes bug 565350. Thanks to Jan Pobrislo for the report. Package-Manager: portage-2.2.20.1 app-admin/conky/conky-1.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/conky/conky-1.10.0.ebuild b/app-admin/conky/conky-1.10.0.ebuild index 5994fb8..cc1ba4a 100644 --- a/app-admin/conky/conky-1.10.0.ebuild +++ b/app-admin/conky/conky-1.10.0.ebuild @@ -67,7 +67,7 @@ DEPEND=" app-text/docbook2X " -CONFIG_CHECK=IPV6 +CONFIG_CHECK=~IPV6 DOCS=( README TODO ChangeLog NEWS AUTHORS )