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 AD28A138359 for ; Mon, 21 Sep 2020 10:44:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8D53E084A; Mon, 21 Sep 2020 10:44:13 +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 6B2D3E084A for ; Mon, 21 Sep 2020 10:44:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 191D9340821 for ; Mon, 21 Sep 2020 10:44:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B0DE2EE for ; Mon, 21 Sep 2020 10:44:10 +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: <1600685030.fa571464ee65bfea1595784decc06fd96f40cd4a.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.8-r10.ebuild app-admin/conky/conky-1.10.8-r9.ebuild app-admin/conky/conky-1.11.5.ebuild app-admin/conky/conky-1.11.6.ebuild X-VCS-Directories: app-admin/conky/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: fa571464ee65bfea1595784decc06fd96f40cd4a X-VCS-Branch: master Date: Mon, 21 Sep 2020 10:44:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aadde735-2025-48af-8f10-c2ab5d93af5d X-Archives-Hash: 2a328408ae738e295f51735ed245d6eb commit: fa571464ee65bfea1595784decc06fd96f40cd4a Author: Daniel Pielmeier gentoo org> AuthorDate: Mon Sep 21 10:43:50 2020 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Mon Sep 21 10:43:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa571464 app-admin/conky: Put CONFIG_CHECK in quotes. Apparently under some conditions the tilde needs quoting. Thanks to Nic per me-mail. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Daniel Pielmeier gentoo.org> app-admin/conky/conky-1.10.8-r10.ebuild | 2 +- app-admin/conky/conky-1.10.8-r9.ebuild | 2 +- app-admin/conky/conky-1.11.5.ebuild | 2 +- app-admin/conky/conky-1.11.6.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/conky/conky-1.10.8-r10.ebuild b/app-admin/conky/conky-1.10.8-r10.ebuild index d84975354f0..4097461fbcc 100644 --- a/app-admin/conky/conky-1.10.8-r10.ebuild +++ b/app-admin/conky/conky-1.10.8-r10.ebuild @@ -61,7 +61,7 @@ DEPEND=" app-text/docbook2X " -CONFIG_CHECK=~IPV6 +CONFIG_CHECK="~IPV6" DOCS=( README.md TODO ChangeLog NEWS AUTHORS ) diff --git a/app-admin/conky/conky-1.10.8-r9.ebuild b/app-admin/conky/conky-1.10.8-r9.ebuild index 647b0da5a8b..3a8ea98b898 100644 --- a/app-admin/conky/conky-1.10.8-r9.ebuild +++ b/app-admin/conky/conky-1.10.8-r9.ebuild @@ -61,7 +61,7 @@ DEPEND=" app-text/docbook2X " -CONFIG_CHECK=~IPV6 +CONFIG_CHECK="~IPV6" DOCS=( README.md TODO ChangeLog NEWS AUTHORS ) diff --git a/app-admin/conky/conky-1.11.5.ebuild b/app-admin/conky/conky-1.11.5.ebuild index fcd0a663770..78607b854ef 100644 --- a/app-admin/conky/conky-1.11.5.ebuild +++ b/app-admin/conky/conky-1.11.5.ebuild @@ -69,7 +69,7 @@ REQUIRED_USE=" lua-rsvg? ( X bundled-toluapp ) " -CONFIG_CHECK=~IPV6 +CONFIG_CHECK="~IPV6" DOCS=( README.md AUTHORS ) diff --git a/app-admin/conky/conky-1.11.6.ebuild b/app-admin/conky/conky-1.11.6.ebuild index fcd0a663770..78607b854ef 100644 --- a/app-admin/conky/conky-1.11.6.ebuild +++ b/app-admin/conky/conky-1.11.6.ebuild @@ -69,7 +69,7 @@ REQUIRED_USE=" lua-rsvg? ( X bundled-toluapp ) " -CONFIG_CHECK=~IPV6 +CONFIG_CHECK="~IPV6" DOCS=( README.md AUTHORS )