commit: fc33ab3caad703c88ab56b885a4fe9de700f7b47 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Wed Sep 2 14:20:28 2020 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Wed Sep 2 14:25:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc33ab3c
app-i18n/libskk: update to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/libskk/libskk-1.0.2.ebuild | 6 +++--- 1 file 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 e71ff103eda..593469dc303 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 }
