mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-libs/wlc: fix syntax errors
This commit is contained in:
committed by
Göktürk Yüksek
parent
354780f46a
commit
6a7da2ca0f
@@ -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]'."
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user