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 43C331382C5 for ; Thu, 3 Dec 2020 22:58:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57DD3E08A8; Thu, 3 Dec 2020 22:58:09 +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 40BEDE08A8 for ; Thu, 3 Dec 2020 22:58:09 +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 E274B341267 for ; Thu, 3 Dec 2020 22:58:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5081A479 for ; Thu, 3 Dec 2020 22:58:06 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1607036132.65f7fa55a95438ae9150521beeeed2d457b728f7.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx/fcitx-4.2.9.6.ebuild app-i18n/fcitx/fcitx-4.2.9.7.ebuild app-i18n/fcitx/fcitx-4.2.9.8.ebuild app-i18n/fcitx/fcitx-4.9999.ebuild X-VCS-Directories: app-i18n/fcitx/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 65f7fa55a95438ae9150521beeeed2d457b728f7 X-VCS-Branch: master Date: Thu, 3 Dec 2020 22:58:06 +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: 73bc4800-4bb0-4454-a9fd-5aa15009c790 X-Archives-Hash: 48db620eaf794f3c73bfeeaadbe0ef5b commit: 65f7fa55a95438ae9150521beeeed2d457b728f7 Author: Marek Szuba gentoo org> AuthorDate: Thu Dec 3 22:31:19 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Dec 3 22:55:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f7fa55 app-i18n/fcitx: limit unmigrated ebuilds to dev-lang/lua:0 Signed-off-by: Marek Szuba gentoo.org> app-i18n/fcitx/fcitx-4.2.9.6.ebuild | 2 +- app-i18n/fcitx/fcitx-4.2.9.7.ebuild | 2 +- app-i18n/fcitx/fcitx-4.2.9.8.ebuild | 2 +- app-i18n/fcitx/fcitx-4.9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-i18n/fcitx/fcitx-4.2.9.6.ebuild b/app-i18n/fcitx/fcitx-4.2.9.6.ebuild index 43274c9346b..acdbda6b6d9 100644 --- a/app-i18n/fcitx/fcitx-4.2.9.6.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.9.6.ebuild @@ -60,7 +60,7 @@ DEPEND="dev-libs/glib:2 enchant? ( app-text/enchant:0= ) gtk2? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) - lua? ( dev-lang/lua:= ) + lua? ( dev-lang/lua:0= ) nls? ( sys-devel/gettext ) opencc? ( app-i18n/opencc:0= ) xkb? ( diff --git a/app-i18n/fcitx/fcitx-4.2.9.7.ebuild b/app-i18n/fcitx/fcitx-4.2.9.7.ebuild index 5a6d41ac6a9..f46b88fecef 100644 --- a/app-i18n/fcitx/fcitx-4.2.9.7.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.9.7.ebuild @@ -61,7 +61,7 @@ DEPEND="dev-libs/glib:2 enchant? ( app-text/enchant:0= ) gtk2? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) - lua? ( dev-lang/lua:= ) + lua? ( dev-lang/lua:0= ) nls? ( sys-devel/gettext ) opencc? ( app-i18n/opencc:0= ) xkb? ( diff --git a/app-i18n/fcitx/fcitx-4.2.9.8.ebuild b/app-i18n/fcitx/fcitx-4.2.9.8.ebuild index 0b9336e8a57..d08d80a1321 100644 --- a/app-i18n/fcitx/fcitx-4.2.9.8.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.9.8.ebuild @@ -62,7 +62,7 @@ DEPEND="dev-libs/glib:2 enchant? ( app-text/enchant:= ) gtk2? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) - lua? ( dev-lang/lua:= ) + lua? ( dev-lang/lua:0= ) nls? ( sys-devel/gettext ) opencc? ( app-i18n/opencc:0= ) xkb? ( diff --git a/app-i18n/fcitx/fcitx-4.9999.ebuild b/app-i18n/fcitx/fcitx-4.9999.ebuild index 295d5fa0886..14ddb1d7220 100644 --- a/app-i18n/fcitx/fcitx-4.9999.ebuild +++ b/app-i18n/fcitx/fcitx-4.9999.ebuild @@ -62,7 +62,7 @@ DEPEND="dev-libs/glib:2 enchant? ( app-text/enchant:= ) gtk2? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) - lua? ( dev-lang/lua:= ) + lua? ( dev-lang/lua:0= ) nls? ( sys-devel/gettext ) opencc? ( app-i18n/opencc:0= ) xkb? (