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 9EAA91396D0 for ; Mon, 18 Sep 2017 18:31:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0412C1FC0A3; Mon, 18 Sep 2017 18:31:57 +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 D6A091FC076 for ; Mon, 18 Sep 2017 18:31:56 +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 F19633402FE for ; Mon, 18 Sep 2017 18:31:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73A19908A for ; Mon, 18 Sep 2017 18:31:53 +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: <1505759462.47560493db6a9c0aadd18d03e40e48d4433f8643.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/kcm-fcitx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild X-VCS-Directories: app-i18n/kcm-fcitx/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 47560493db6a9c0aadd18d03e40e48d4433f8643 X-VCS-Branch: master Date: Mon, 18 Sep 2017 18:31:53 +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-Archives-Salt: d5f1532b-c84c-475d-a665-c903e7701a24 X-Archives-Hash: 3d3cea5bfe189a6acd84d51f64f04101 commit: 47560493db6a9c0aadd18d03e40e48d4433f8643 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon Sep 18 18:18:00 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Sep 18 18:31:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47560493 app-i18n/kcm-fcitx: Stop using xdg.eclass. MimeType is not set in installled *.desktop files. app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild | 2 +- app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild index 430a809fbd7..9a3a7252606 100644 --- a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild +++ b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.3.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit cmake-utils xdg +inherit cmake-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3 diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild index ebc905d7f33..6ddc1529165 100644 --- a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild +++ b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.9999.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit cmake-utils xdg +inherit cmake-utils if [[ "${PV}" =~ (^|\.)9999$ ]]; then inherit git-r3