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 190FC13835B 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 B0ED6E0ACF; Tue, 3 Nov 2020 20:20:07 +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 2B691E0AC0 for ; Tue, 3 Nov 2020 20:20:07 +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 E3568335D7D for ; Tue, 3 Nov 2020 20:20:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CF4D42C 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: <1604434796.99180cb3e54a0a453ebb25e1e445bde939b1fc32.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild X-VCS-Directories: app-i18n/fcitx-configtool/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 99180cb3e54a0a453ebb25e1e445bde939b1fc32 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: 474d7a6b-de4d-4e12-8e13-6ba9b6b04c4e X-Archives-Hash: 267d214a4ec28f58e22d99e4bfdec450 commit: 99180cb3e54a0a453ebb25e1e445bde939b1fc32 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon Nov 2 03:00:00 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Nov 3 20:19:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99180cb3 app-i18n/fcitx-configtool: Use cmake.eclass. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild | 4 ++-- app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild index 1f5e7d08ada..f7411584a94 100644 --- a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild +++ b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils +inherit cmake if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -40,5 +40,5 @@ src_configure() { -DENABLE_GTK3=ON ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild index 9ef906f089f..e8947d25826 100644 --- a/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild +++ b/app-i18n/fcitx-configtool/fcitx-configtool-4.9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils +inherit cmake if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 @@ -40,5 +40,5 @@ src_configure() { -DENABLE_GTK3=ON ) - cmake-utils_src_configure + cmake_src_configure }