diff options
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/libskk/libskk-1.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/libskk/libskk-1.0.2.ebuild b/app-i18n/libskk/libskk-1.0.2.ebuild index e71ff103edaf..593469dc3036 100644 --- a/app-i18n/libskk/libskk-1.0.2.ebuild +++ b/app-i18n/libskk/libskk-1.0.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -inherit ltprune vala virtualx +inherit vala virtualx DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji conversion method" HOMEPAGE="https://github.com/ueno/libskk" @@ -44,5 +44,5 @@ src_test() { src_install() { default - prune_libtool_files + use static-libs || find "${ED}" -name '*.la' -delete || die } |