From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78ACC139085 for ; Sun, 15 Jan 2017 05:09:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1E9C2341AD; Sun, 15 Jan 2017 05:09:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C9802341AD for ; Sun, 15 Jan 2017 05:09:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DB77341265 for ; Sun, 15 Jan 2017 05:09:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3D8B278E for ; Sun, 15 Jan 2017 05:09:39 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1484456867.6a7da2ca0f62c4b8234ea6554b31f441dc355c27.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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 X-VCS-Directories: dev-libs/wlc/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 6a7da2ca0f62c4b8234ea6554b31f441dc355c27 X-VCS-Branch: master Date: Sun, 15 Jan 2017 05:09:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 304d62ab-29d8-422f-b128-86a74f641671 X-Archives-Hash: e5017569342a09ec946a1030a24ada87 commit: 6a7da2ca0f62c4b8234ea6554b31f441dc355c27 Author: Mykyta Holubakha gmail com> AuthorDate: Tue Jan 10 23:14:47 2017 +0000 Commit: Göktürk Yüksek gentoo 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