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 2817513933E for ; Wed, 30 Jun 2021 13:36:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 185FDE0207; Wed, 30 Jun 2021 13:36:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 00BA3E0207 for ; Wed, 30 Jun 2021 13:36:30 +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 0D84233BF02 for ; Wed, 30 Jun 2021 13:36:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CD9C7A0 for ; Wed, 30 Jun 2021 13:36:28 +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: <1625060100.fa90ec98febd5311603b99f94ca4ce5b74b89bb0.hattya@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 X-VCS-Directories: x11-terms/mlterm/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: fa90ec98febd5311603b99f94ca4ce5b74b89bb0 X-VCS-Branch: master Date: Wed, 30 Jun 2021 13:36:28 +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: 018326eb-1948-4c7e-8ad4-bf073d388a65 X-Archives-Hash: 85b6f063eb47d3fa8a6443f1e09b447b commit: fa90ec98febd5311603b99f94ca4ce5b74b89bb0 Author: Akinori Hattori gentoo org> AuthorDate: Wed Jun 30 13:35:00 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Jun 30 13:35:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa90ec98 x11-terms/mlterm: add X USE flag Reported-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/19242 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Akinori Hattori gentoo.org> x11-terms/mlterm/mlterm-3.9.1-r1.ebuild | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/x11-terms/mlterm/mlterm-3.9.1-r1.ebuild b/x11-terms/mlterm/mlterm-3.9.1-r1.ebuild index 9a1c8d6abe4..540972d7eb7 100644 --- a/x11-terms/mlterm/mlterm-3.9.1-r1.ebuild +++ b/x11-terms/mlterm/mlterm-3.9.1-r1.ebuild @@ -12,13 +12,15 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="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 canna 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:= - x11-libs/libICE - x11-libs/libxkbcommon - x11-libs/libSM - x11-libs/libX11 + X? ( + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + ) bidi? ( dev-libs/fribidi ) brltty? ( app-accessibility/brltty ) cairo? ( x11-libs/cairo[X(+)] ) @@ -47,7 +49,10 @@ RDEPEND="virtual/libcrypt:= ) uim? ( app-i18n/uim ) utempter? ( sys-libs/libutempter ) - wayland? ( dev-libs/wayland ) + wayland? ( + dev-libs/wayland + x11-libs/libxkbcommon + ) xft? ( x11-libs/libXft )" DEPEND="${RDEPEND} virtual/pkgconfig @@ -82,7 +87,8 @@ src_configure() { $(use_enable scim) $(use_enable skk) $(use_enable uim) - --with-gui=xlib$(usex fbcon ",fb" "")$(usex wayland ",wayland" "") + $(use_with X x) + --with-gui=$(usex X "xlib" "")$(usex fbcon ",fb" "")$(usex wayland ",wayland" "") --with-type-engines=xcore$(usex xft ",xft" "")$(usex cairo ",cairo" "") --with-utmp=$(usex utempter utempter none) --enable-optimize-redrawing