summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2020-09-21 12:43:50 +0200
committerDaniel Pielmeier <billie@gentoo.org>2020-09-21 12:43:50 +0200
commitfa571464ee65bfea1595784decc06fd96f40cd4a (patch)
tree0b8da90e91e8bf612fe8eb96f1b98450fc2fcbfe /app-admin/conky
parentdev-lang/yap: correctly specify PYTHON_REQUIRED_USE (diff)
downloadgentoo-fa571464ee65bfea1595784decc06fd96f40cd4a.tar.gz
gentoo-fa571464ee65bfea1595784decc06fd96f40cd4a.tar.bz2
gentoo-fa571464ee65bfea1595784decc06fd96f40cd4a.zip
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@gentoo.org>
Diffstat (limited to 'app-admin/conky')
-rw-r--r--app-admin/conky/conky-1.10.8-r10.ebuild2
-rw-r--r--app-admin/conky/conky-1.10.8-r9.ebuild2
-rw-r--r--app-admin/conky/conky-1.11.5.ebuild2
-rw-r--r--app-admin/conky/conky-1.11.6.ebuild2
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 d84975354f05..4097461fbccc 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 647b0da5a8bb..3a8ea98b8989 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 fcd0a6637700..78607b854ef4 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 fcd0a6637700..78607b854ef4 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 )