commit:     fa571464ee65bfea1595784decc06fd96f40cd4a
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 10:43:50 2020 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> 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 <billie <AT> 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 )
 

Reply via email to