commit: 6a7da2ca0f62c4b8234ea6554b31f441dc355c27
Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Tue Jan 10 23:14:47 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 05:07:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7da2ca
dev-libs/wlc: fix syntax errors
dev-libs/wlc/wlc-0.0.5.ebuild | 2 +-
dev-libs/wlc/wlc-0.0.6.ebuild | 2 +-
dev-libs/wlc/wlc-0.0.7.ebuild | 2 +-
dev-libs/wlc/wlc-9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-libs/wlc/wlc-0.0.5.ebuild b/dev-libs/wlc/wlc-0.0.5.ebuild
index 5e48480..54addb6 100644
--- a/dev-libs/wlc/wlc-0.0.5.ebuild
+++ b/dev-libs/wlc/wlc-0.0.5.ebuild
@@ -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]'."
diff --git a/dev-libs/wlc/wlc-0.0.6.ebuild b/dev-libs/wlc/wlc-0.0.6.ebuild
index efbef44..dcb9e85 100644
--- a/dev-libs/wlc/wlc-0.0.6.ebuild
+++ b/dev-libs/wlc/wlc-0.0.6.ebuild
@@ -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
diff --git a/dev-libs/wlc/wlc-0.0.7.ebuild b/dev-libs/wlc/wlc-0.0.7.ebuild
index ce931fe..45971a0 100644
--- a/dev-libs/wlc/wlc-0.0.7.ebuild
+++ b/dev-libs/wlc/wlc-0.0.7.ebuild
@@ -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"
diff --git a/dev-libs/wlc/wlc-9999.ebuild b/dev-libs/wlc/wlc-9999.ebuild
index 37ec240..d7f6c37 100644
--- a/dev-libs/wlc/wlc-9999.ebuild
+++ b/dev-libs/wlc/wlc-9999.ebuild
@@ -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