commit: 6ddd55bd99c1733f81ccd58d4ddb7300e7c3c62c
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 20:09:27 2015 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> 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 )