From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB405138359 for ; Wed, 2 Sep 2020 14:25:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9121E0958; Wed, 2 Sep 2020 14:25:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A07D1E0958 for ; Wed, 2 Sep 2020 14:25:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A5F8340E70 for ; Wed, 2 Sep 2020 14:25:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3798F335 for ; Wed, 2 Sep 2020 14:25:39 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1599056715.fc33ab3caad703c88ab56b885a4fe9de700f7b47.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libskk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/libskk/libskk-1.0.2.ebuild X-VCS-Directories: app-i18n/libskk/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: fc33ab3caad703c88ab56b885a4fe9de700f7b47 X-VCS-Branch: master Date: Wed, 2 Sep 2020 14:25:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73a68dff-4078-4087-8283-ff3c3e997e00 X-Archives-Hash: d4a1831dfda182bac5d7dbba797f0925 commit: fc33ab3caad703c88ab56b885a4fe9de700f7b47 Author: Akinori Hattori gentoo org> AuthorDate: Wed Sep 2 14:20:28 2020 +0000 Commit: Akinori Hattori gentoo 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 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 }