-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python2_7 )
-inherit gnome2-utils ltprune python-single-r1
+inherit gnome2-utils python-single-r1
DESCRIPTION="Japanese Anthy engine for IBus"
HOMEPAGE="https://github.com/ibus/ibus/wiki"
src_install() {
default
- prune_libtool_files --modules
+ find "${ED}" -name '*.la' -delete || die
python_optimize
}
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit gnome2-utils ltprune python-single-r1
+inherit gnome2-utils python-single-r1
DESCRIPTION="Japanese Anthy engine for IBus"
HOMEPAGE="https://github.com/ibus/ibus/wiki"
src_install() {
default
- prune_libtool_files --modules
+ find "${ED}" -name '*.la' -delete || die
python_optimize
}