Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mlterm/
Date: Sat, 17 Jul 2021 11:26:46
Message-Id: 1626521110.c34fcd54f8803269c160fb7b8f56e8cb8a931e35.soap@gentoo
1 commit: c34fcd54f8803269c160fb7b8f56e8cb8a931e35
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 11:25:10 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 11:25:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34fcd54
7
8 x11-terms/mlterm: Remove app-i18n/canna
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 x11-terms/mlterm/{mlterm-3.9.1-r1.ebuild => mlterm-3.9.1-r2.ebuild} | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-terms/mlterm/mlterm-3.9.1-r1.ebuild b/x11-terms/mlterm/mlterm-3.9.1-r2.ebuild
16 similarity index 93%
17 rename from x11-terms/mlterm/mlterm-3.9.1-r1.ebuild
18 rename to x11-terms/mlterm/mlterm-3.9.1-r2.ebuild
19 index 540972d7eb7..80652a1c4df 100644
20 --- a/x11-terms/mlterm/mlterm-3.9.1-r1.ebuild
21 +++ b/x11-terms/mlterm/mlterm-3.9.1-r2.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
23 LICENSE="BSD"
24 SLOT="0"
25 KEYWORDS="amd64 ppc ppc64 x86"
26 -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"
27 +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"
28 REQUIRED_USE="|| ( X fbcon wayland )"
29
30 RDEPEND="virtual/libcrypt:=
31 @@ -24,7 +24,6 @@ RDEPEND="virtual/libcrypt:=
32 bidi? ( dev-libs/fribidi )
33 brltty? ( app-accessibility/brltty )
34 cairo? ( x11-libs/cairo[X(+)] )
35 - canna? ( app-i18n/canna )
36 fbcon? ( media-fonts/unifont )
37 fcitx? ( app-i18n/fcitx )
38 freewnn? ( app-i18n/freewnn )
39 @@ -75,7 +74,6 @@ src_configure() {
40 local myconf=(
41 $(use_enable bidi fribidi)
42 $(use_enable brltty brlapi)
43 - $(use_enable canna)
44 $(use_enable debug)
45 $(use_enable fcitx)
46 $(use_enable freewnn wnn)
47 @@ -93,6 +91,7 @@ src_configure() {
48 --with-utmp=$(usex utempter utempter none)
49 --enable-optimize-redrawing
50 --enable-vt52
51 + --disable-canna
52 --disable-static
53 )