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 F011B13835B for ; Fri, 2 Oct 2020 17:45:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F246E09EA; Fri, 2 Oct 2020 17:45:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 16A51E09EA for ; Fri, 2 Oct 2020 17:45:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 234B9340CA2 for ; Fri, 2 Oct 2020 17:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8034B395 for ; Fri, 2 Oct 2020 17:45:35 +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: <1601660710.e6eaa660b46c4a98fc5fa8b684bbe70f09b6efaa.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-m17n/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild X-VCS-Directories: app-i18n/fcitx-m17n/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e6eaa660b46c4a98fc5fa8b684bbe70f09b6efaa X-VCS-Branch: master Date: Fri, 2 Oct 2020 17:45:35 +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: 8cc134e6-00d5-4cee-bb90-b3d564f44298 X-Archives-Hash: 489e2a0e726b6d2523b5c92ce9af4bbf commit: e6eaa660b46c4a98fc5fa8b684bbe70f09b6efaa Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Oct 2 01:00:00 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Oct 2 17:45:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6eaa660 app-i18n/fcitx-m17n: Use cmake.eclass. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild | 2 +- app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild b/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild index 9198c91c5e3..f282e295308 100644 --- a/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild +++ b/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.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-m17n/fcitx-m17n-4.9999.ebuild b/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild index 03c562f5f15..2c40502ee4c 100644 --- a/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild +++ b/app-i18n/fcitx-m17n/fcitx-m17n-4.9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils +inherit cmake if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3