diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-07-22 21:39:45 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-07-22 21:40:56 +0900 |
commit | 9169b5d267ba8b05c481f9ac0ef5382fa5eaff79 (patch) | |
tree | c1e18337872ff5ca06a4d2891bc31a443bad421f /x11-terms/mlterm/mlterm-3.8.4.ebuild | |
parent | x11-terms/mlterm: drop old (diff) | |
download | gentoo-9169b5d267ba8b05c481f9ac0ef5382fa5eaff79.tar.gz gentoo-9169b5d267ba8b05c481f9ac0ef5382fa5eaff79.tar.bz2 gentoo-9169b5d267ba8b05c481f9ac0ef5382fa5eaff79.zip |
x11-terms/mlterm: tidy
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-terms/mlterm/mlterm-3.8.4.ebuild')
-rw-r--r-- | x11-terms/mlterm/mlterm-3.8.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/mlterm/mlterm-3.8.4.ebuild b/x11-terms/mlterm/mlterm-3.8.4.ebuild index ca0f59caf162..767bac6854f7 100644 --- a/x11-terms/mlterm/mlterm-3.8.4.ebuild +++ b/x11-terms/mlterm/mlterm-3.8.4.ebuild @@ -13,6 +13,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" IUSE="bidi cairo canna debug fbcon fcitx freewnn gtk gtk2 harfbuzz ibus libssh2 m17n-lib nls regis scim skk static-libs uim utempter xft" +REQUIRED_USE="gtk2? ( gtk )" RDEPEND="x11-libs/libICE x11-libs/libSM @@ -51,7 +52,6 @@ RDEPEND="x11-libs/libICE DEPEND="${RDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext )" -REQUIRED_USE="gtk2? ( gtk )" PATCHES=( "${FILESDIR}"/${PN}-font.patch ) DOCS=( doc/{en,ja} ) @@ -115,7 +115,7 @@ src_test() { src_install () { default - prune_libtool_files + find "${ED}" -name '*.la' -delete || die docinto contrib/icon dodoc contrib/icon/README |