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 9C92013933E for ; Sat, 17 Jul 2021 11:26:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB49BE089C; Sat, 17 Jul 2021 11:26:45 +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 AB3CCE090E for ; Sat, 17 Jul 2021 11:26:45 +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 C677633E5E4 for ; Sat, 17 Jul 2021 11:26:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 587067D3 for ; Sat, 17 Jul 2021 11:26:43 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1626521110.c34fcd54f8803269c160fb7b8f56e8cb8a931e35.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mlterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/mlterm/mlterm-3.9.1-r1.ebuild x11-terms/mlterm/mlterm-3.9.1-r2.ebuild X-VCS-Directories: x11-terms/mlterm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c34fcd54f8803269c160fb7b8f56e8cb8a931e35 X-VCS-Branch: master Date: Sat, 17 Jul 2021 11:26:43 +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: 687bfa81-40d8-4cbe-bae6-efba70880e7d X-Archives-Hash: ebc48b4dab66aef8a3786a5f9161a5cb commit: c34fcd54f8803269c160fb7b8f56e8cb8a931e35 Author: David Seifert gentoo org> AuthorDate: Sat Jul 17 11:25:10 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 17 11:25:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34fcd54 x11-terms/mlterm: Remove app-i18n/canna Signed-off-by: David Seifert gentoo.org> x11-terms/mlterm/{mlterm-3.9.1-r1.ebuild => mlterm-3.9.1-r2.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-terms/mlterm/mlterm-3.9.1-r1.ebuild b/x11-terms/mlterm/mlterm-3.9.1-r2.ebuild similarity index 93% rename from x11-terms/mlterm/mlterm-3.9.1-r1.ebuild rename to x11-terms/mlterm/mlterm-3.9.1-r2.ebuild index 540972d7eb7..80652a1c4df 100644 --- a/x11-terms/mlterm/mlterm-3.9.1-r1.ebuild +++ b/x11-terms/mlterm/mlterm-3.9.1-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="+X bidi brltty cairo canna debug fbcon fcitx freewnn gtk harfbuzz ibus libssh2 m17n-lib nls regis scim skk static-libs uim utempter wayland xft" +IUSE="+X bidi brltty cairo debug fbcon fcitx freewnn gtk harfbuzz ibus libssh2 m17n-lib nls regis scim skk static-libs uim utempter wayland xft" REQUIRED_USE="|| ( X fbcon wayland )" RDEPEND="virtual/libcrypt:= @@ -24,7 +24,6 @@ RDEPEND="virtual/libcrypt:= bidi? ( dev-libs/fribidi ) brltty? ( app-accessibility/brltty ) cairo? ( x11-libs/cairo[X(+)] ) - canna? ( app-i18n/canna ) fbcon? ( media-fonts/unifont ) fcitx? ( app-i18n/fcitx ) freewnn? ( app-i18n/freewnn ) @@ -75,7 +74,6 @@ src_configure() { local myconf=( $(use_enable bidi fribidi) $(use_enable brltty brlapi) - $(use_enable canna) $(use_enable debug) $(use_enable fcitx) $(use_enable freewnn wnn) @@ -93,6 +91,7 @@ src_configure() { --with-utmp=$(usex utempter utempter none) --enable-optimize-redrawing --enable-vt52 + --disable-canna --disable-static )