Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libskk/
Date: Wed, 02 Sep 2020 14:25:42
Message-Id: 1599056715.fc33ab3caad703c88ab56b885a4fe9de700f7b47.hattya@gentoo
1 commit: fc33ab3caad703c88ab56b885a4fe9de700f7b47
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 14:20:28 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 14:25:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc33ab3c
7
8 app-i18n/libskk: update to EAPI 7
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/libskk/libskk-1.0.2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-i18n/libskk/libskk-1.0.2.ebuild b/app-i18n/libskk/libskk-1.0.2.ebuild
17 index e71ff103eda..593469dc303 100644
18 --- a/app-i18n/libskk/libskk-1.0.2.ebuild
19 +++ b/app-i18n/libskk/libskk-1.0.2.ebuild
20 @@ -1,9 +1,9 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="6"
25 +EAPI="7"
26
27 -inherit ltprune vala virtualx
28 +inherit vala virtualx
29
30 DESCRIPTION="GObject-based library to deal with Japanese kana-to-kanji conversion method"
31 HOMEPAGE="https://github.com/ueno/libskk"
32 @@ -44,5 +44,5 @@ src_test() {
33
34 src_install() {
35 default
36 - prune_libtool_files
37 + use static-libs || find "${ED}" -name '*.la' -delete || die
38 }