diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-09-02 23:20:28 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-09-02 23:25:15 +0900 |
commit | fc33ab3caad703c88ab56b885a4fe9de700f7b47 (patch) | |
tree | 4a87da464a1545154afc7cbd335b44d4552bb24f /app-i18n/libskk | |
parent | app-i18n/libskk: update LICENSE (diff) | |
download | gentoo-fc33ab3caad703c88ab56b885a4fe9de700f7b47.tar.gz gentoo-fc33ab3caad703c88ab56b885a4fe9de700f7b47.tar.bz2 gentoo-fc33ab3caad703c88ab56b885a4fe9de700f7b47.zip |
app-i18n/libskk: update to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/libskk')
-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 } |