dev-libs/wlc: fix syntax errors
authorMykyta Holubakha <hilobakho@gmail.com>
Tue, 10 Jan 2017 23:14:47 +0000 (01:14 +0200)
committerGöktürk Yüksek <gokturk@gentoo.org>
Sun, 15 Jan 2017 05:07:47 +0000 (00:07 -0500)
dev-libs/wlc/wlc-0.0.5.ebuild
dev-libs/wlc/wlc-0.0.6.ebuild
dev-libs/wlc/wlc-0.0.7.ebuild
dev-libs/wlc/wlc-9999.ebuild

index 5e48480d5db98bb482ecf70242d08b1187b34533..54addb67025306cb627c12433c1df276ae060821 100644 (file)
@@ -52,7 +52,7 @@ src_configure() {
 }
 
 pkg_postinst() {
-       if use X && !has_version 'x11-base/xorg-server[wayland]'
+       if use X && ! has_version 'x11-base/xorg-server[wayland]'
        then
                elog "You have enabled wlc's X11 support. To use Xwayland, you must emerge"
                elog "'x11-base/xorg-server[wayland]'."
index efbef44735aa26daf35f01fe2e161b0dea77790d..dcb9e85abc6d7e7bb24531f11270c821fac11c08 100644 (file)
@@ -53,7 +53,7 @@ src_configure() {
 }
 
 pkg_postinst() {
-       if use X && !use xwayland
+       if use X && ! use xwayland
        then
                elog "xwayland use flag is required for X11 applications support"
        fi
index ce931fe504be5460ea1db6faf7deabbb57020f0c..45971a08a6ff2d67197c95641f0cf5b7e0ca480e 100644 (file)
@@ -49,7 +49,7 @@ src_configure() {
 }
 
 pkg_postinst() {
-       if use X && !use xwayland; then
+       if use X && ! use xwayland; then
                elog "xwayland use flag is required for X11 applications support"
        fi
        ewarn "This wlc version does not support displaying"
index 37ec240bbe77b764a265550cd46940c22a0f5204..d7f6c37cb3a8b30003500fd93cfa6788de4a508a 100644 (file)
@@ -53,7 +53,7 @@ src_configure() {
 }
 
 pkg_postinst() {
-       if use X && !use xwayland
+       if use X && ! use xwayland
        then
                elog "xwayland use flag is required for X11 applications support"
        fi