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 191EE158092 for ; Wed, 15 Sep 2021 20:01:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11FBEE0841; Wed, 15 Sep 2021 20:01:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F164DE0841 for ; Wed, 15 Sep 2021 20:01:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7E4734311D for ; Wed, 15 Sep 2021 20:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BBAECF for ; Wed, 15 Sep 2021 20:01:45 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1631728714.281ac959eb846ae4b0883f46fc6d27c4224c4a79.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtvirtualkeyboard/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.2.9999.ebuild X-VCS-Directories: dev-qt/qtvirtualkeyboard/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 281ac959eb846ae4b0883f46fc6d27c4224c4a79 X-VCS-Branch: master Date: Wed, 15 Sep 2021 20:01:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d31a9ab8-6491-4863-8621-18008b6f3e1e X-Archives-Hash: 45f3e7c35f0b87e740d23ae17803a391 commit: 281ac959eb846ae4b0883f46fc6d27c4224c4a79 Author: Davide Pesavento gentoo org> AuthorDate: Wed Sep 15 17:58:34 2021 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Wed Sep 15 17:58:34 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=281ac959 dev-qt/qtvirtualkeyboard: usex -> usev Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Davide Pesavento gentoo.org> dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.2.9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.2.9999.ebuild b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.2.9999.ebuild index 3975b92c..88574820 100644 --- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.2.9999.ebuild +++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.2.9999.ebuild @@ -26,9 +26,9 @@ RDEPEND="${DEPEND}" src_configure() { local myqmakeargs=( - $(usex handwriting CONFIG+=lipi-toolkit '') - $(usex spell '' CONFIG+=disable-hunspell) - $(usex X '' CONFIG+=disable-desktop) + $(usev handwriting CONFIG+=lipi-toolkit) + $(usev !spell CONFIG+=disable-hunspell) + $(usev !X CONFIG+=disable-desktop) CONFIG+="lang-ar_AR lang-bg_BG lang-cs_CZ lang-da_DK lang-de_DE \ lang-el_GR lang-en_GB lang-en_US lang-es_ES lang-es_MX \ lang-et_EE lang-fa_FA lang-fi_FI lang-fr_CA lang-fr_FR \ @@ -38,6 +38,5 @@ src_configure() { lang-sl_SI lang-sq_AL lang-sr_SP lang-sv_SE lang-tr_TR \ lang-uk_UA lang-vi_VN" ) - qt5-build_src_configure }