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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4455F158003 for ; Sat, 5 Nov 2022 00:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7335FE07B3; Sat, 5 Nov 2022 00:59:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56292E07B3 for ; Sat, 5 Nov 2022 00:59:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E7D934140C for ; Sat, 5 Nov 2022 00:59:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9322A75 for ; Sat, 5 Nov 2022 00:59:39 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1667609917.45e40d976fdacb0c1055315098db7aaddcb7dd6f.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mlterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/mlterm/metadata.xml x11-terms/mlterm/mlterm-3.9.2.ebuild X-VCS-Directories: x11-terms/mlterm/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 45e40d976fdacb0c1055315098db7aaddcb7dd6f X-VCS-Branch: master Date: Sat, 5 Nov 2022 00:59:39 +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: 08cd3256-ec9e-4685-8508-5566bb9c6421 X-Archives-Hash: 94351effddbad1b51b33db763680934c commit: 45e40d976fdacb0c1055315098db7aaddcb7dd6f Author: Akinori Hattori gentoo org> AuthorDate: Sat Nov 5 00:58:37 2022 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Nov 5 00:58:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e40d97 x11-terms/mlterm: fix build with USE=brltty Closes: https://bugs.gentoo.org/878205 Signed-off-by: Akinori Hattori gentoo.org> x11-terms/mlterm/metadata.xml | 2 +- x11-terms/mlterm/mlterm-3.9.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/mlterm/metadata.xml b/x11-terms/mlterm/metadata.xml index d37c8487f82b..b7970330fb70 100644 --- a/x11-terms/mlterm/metadata.xml +++ b/x11-terms/mlterm/metadata.xml @@ -19,7 +19,7 @@ Enable support for Wayland - mlterm arakiken/mlterm + mlterm diff --git a/x11-terms/mlterm/mlterm-3.9.2.ebuild b/x11-terms/mlterm/mlterm-3.9.2.ebuild index e0c765700c4f..4b0544ea7dec 100644 --- a/x11-terms/mlterm/mlterm-3.9.2.ebuild +++ b/x11-terms/mlterm/mlterm-3.9.2.ebuild @@ -22,7 +22,7 @@ RDEPEND="virtual/libcrypt:= x11-libs/libX11 ) bidi? ( dev-libs/fribidi ) - brltty? ( app-accessibility/brltty ) + brltty? ( app-accessibility/brltty[api(+)] ) cairo? ( x11-libs/cairo[X(+)] ) fbcon? ( media-fonts/unifont ) fcitx? ( app-i18n/fcitx )