summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-17 13:25:10 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-17 13:25:10 +0200
commitc34fcd54f8803269c160fb7b8f56e8cb8a931e35 (patch)
tree65dcc477427622444cc601c7b4d6f43255e8455b /x11-terms/mlterm
parentapp-i18n/anthy: Remove references to app-dicts/canna-2ch (diff)
downloadgentoo-c34fcd54f8803269c160fb7b8f56e8cb8a931e35.tar.gz
gentoo-c34fcd54f8803269c160fb7b8f56e8cb8a931e35.tar.bz2
gentoo-c34fcd54f8803269c160fb7b8f56e8cb8a931e35.zip
x11-terms/mlterm: Remove app-i18n/canna
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-terms/mlterm')
-rw-r--r--x11-terms/mlterm/mlterm-3.9.1-r2.ebuild (renamed from x11-terms/mlterm/mlterm-3.9.1-r1.ebuild)5
1 files 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
index 540972d7eb7f..80652a1c4df1 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
)