dev-libs/wlc: fix syntax errors

This commit is contained in:
Mykyta Holubakha
2017-01-11 01:14:47 +02:00
committed by Göktürk Yüksek
parent 354780f46a
commit 6a7da2ca0f
4 changed files with 4 additions and 4 deletions

View 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]'."

View 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

View 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"

View 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