diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2015-11-11 21:09:27 +0100 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2015-11-11 21:09:27 +0100 |
commit | 6ddd55bd99c1733f81ccd58d4ddb7300e7c3c62c (patch) | |
tree | 321b18ec5d86839f0217ed949be73db834e0eb58 /app-admin/conky | |
parent | x11-drivers/xf86-video-rendition: Drop old version 4.2.5-r1. (diff) | |
download | gentoo-6ddd55bd99c1733f81ccd58d4ddb7300e7c3c62c.tar.gz gentoo-6ddd55bd99c1733f81ccd58d4ddb7300e7c3c62c.tar.bz2 gentoo-6ddd55bd99c1733f81ccd58d4ddb7300e7c3c62c.zip |
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
Diffstat (limited to 'app-admin/conky')
-rw-r--r-- | app-admin/conky/conky-1.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/conky/conky-1.10.0.ebuild b/app-admin/conky/conky-1.10.0.ebuild index 5994fb84140f..cc1ba4a21ee1 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 ) |