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 D77ED138334 for ; Wed, 6 Feb 2019 13:50:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A91AE0B00; Wed, 6 Feb 2019 13:50: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 D27A2E0B00 for ; Wed, 6 Feb 2019 13:50:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5934C335D91 for ; Wed, 6 Feb 2019 13:50:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DC1E537 for ; Wed, 6 Feb 2019 13:50:37 +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: <1549461020.b9be94d2cfbf8e900cfe74eb51a1b7db0a4cf0a3.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/tomoe/tomoe-0.6.0-r3.ebuild X-VCS-Directories: app-i18n/tomoe/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: b9be94d2cfbf8e900cfe74eb51a1b7db0a4cf0a3 X-VCS-Branch: master Date: Wed, 6 Feb 2019 13:50:37 +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: 62cfdad4-ed95-4e76-9e87-3c74a3468c5f X-Archives-Hash: 519589edac709a5b3450ea5ecb234ca1 commit: b9be94d2cfbf8e900cfe74eb51a1b7db0a4cf0a3 Author: Akinori Hattori gentoo org> AuthorDate: Wed Feb 6 13:49:47 2019 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Feb 6 13:50:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9be94d2 app-i18n/tomoe: drop ltprune Signed-off-by: Akinori Hattori gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild index dd833dbdab4..bc94bf4f37b 100644 --- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild +++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild @@ -5,7 +5,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 ) USE_RUBY="ruby23 ruby24" -inherit autotools ltprune python-single-r1 ruby-single +inherit autotools python-single-r1 ruby-single DESCRIPTION="Japanese handwriting recognition engine" HOMEPAGE="http://tomoe.osdn.jp/" @@ -90,5 +90,5 @@ src_configure() { src_install() { default - prune_libtool_files --modules + find "${ED}" -name '*.la' -delete || die }