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 F1C03138359 for ; Fri, 2 Oct 2020 17:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9D5CE09EF; Fri, 2 Oct 2020 17:45:39 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5962E09EF for ; Fri, 2 Oct 2020 17:45:39 +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 8129F33BF01 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 A64E2397 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: <1601660711.e3412f5d101aca1be4f8ba8a5489f564c6418683.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-sayura/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild X-VCS-Directories: app-i18n/fcitx-sayura/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e3412f5d101aca1be4f8ba8a5489f564c6418683 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: 8ab79509-c121-4765-9a92-edefcd2dd3b1 X-Archives-Hash: 073313c54eab862dc3adbcf8cd8b8e71 commit: e3412f5d101aca1be4f8ba8a5489f564c6418683 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Oct 2 03:00:00 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Oct 2 17:45:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3412f5d app-i18n/fcitx-sayura: Use cmake.eclass. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild | 2 +- app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild index 3d0258f459a..69fb1d32327 100644 --- a/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild +++ b/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils xdg-utils +inherit cmake xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild index 8b9f2d116f0..071943eb140 100644 --- a/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild +++ b/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils xdg-utils +inherit cmake xdg-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3