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 64CF513835A for ; Tue, 3 Nov 2020 20:20:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D3DAE0AD0; Tue, 3 Nov 2020 20:20:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68D2AE0AD0 for ; Tue, 3 Nov 2020 20:20:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72A15340DB0 for ; Tue, 3 Nov 2020 20:20:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9426C42F for ; Tue, 3 Nov 2020 20:20:04 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1604434797.9935f91b60e5d85162758df5d7c22af380c45b5e.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt5/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx-qt5/fcitx-qt5-1.2.3.ebuild app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild X-VCS-Directories: app-i18n/fcitx-qt5/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9935f91b60e5d85162758df5d7c22af380c45b5e X-VCS-Branch: master Date: Tue, 3 Nov 2020 20:20:04 +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: c55ce6af-aa93-40dd-9493-6b329ee2f342 X-Archives-Hash: 72ecd2ef0f8e54f682c854d8c6939c98 commit: 9935f91b60e5d85162758df5d7c22af380c45b5e Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon Nov 2 05:00:00 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Nov 3 20:19:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9935f91b app-i18n/fcitx-qt5: Use cmake.eclass. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> app-i18n/fcitx-qt5/fcitx-qt5-1.2.3.ebuild | 2 +- app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.3.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.3.ebuild index 0517f4e0d2d..406a2119dda 100644 --- a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.3.ebuild +++ b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.3.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils +inherit cmake if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild index 9c1255da7ca..4b6a0c84a68 100644 --- a/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild +++ b/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils +inherit cmake if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3