From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-968638-garchives=archives.gentoo.org@lists.gentoo.org>
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 740D61396D0
	for <garchives@archives.gentoo.org>; Wed, 23 Aug 2017 14:49:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D77B11FC061;
	Wed, 23 Aug 2017 14:49:47 +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 B907D1FC061
	for <gentoo-commits@lists.gentoo.org>; Wed, 23 Aug 2017 14:49:47 +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 118723418B3
	for <gentoo-commits@lists.gentoo.org>; Wed, 23 Aug 2017 14:49:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5409F7FE4
	for <gentoo-commits@lists.gentoo.org>; Wed, 23 Aug 2017 14:49:44 +0000 (UTC)
From: "Akinori Hattori" <hattya@gentoo.org>
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" <hattya@gentoo.org>
Message-ID: <1503499774.6d099de8f4589cf78b8b2548d76ac3d08266d6af.hattya@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/pyzy/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
X-VCS-Directories: app-i18n/pyzy/
X-VCS-Committer: hattya
X-VCS-Committer-Name: Akinori Hattori
X-VCS-Revision: 6d099de8f4589cf78b8b2548d76ac3d08266d6af
X-VCS-Branch: master
Date: Wed, 23 Aug 2017 14:49:44 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 0e80bf83-b6de-4dec-9d68-ff04c490e634
X-Archives-Hash: 0483de6a16e7857b94e9dc6b1cc030c1

commit:     6d099de8f4589cf78b8b2548d76ac3d08266d6af
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 14:46:37 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 14:49:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d099de8

app-i18n/pyzy: inherit ltprune

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/pyzy/pyzy-0.1.0-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild b/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
index 980f4f596c0..2c736e2414a 100644
--- a/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
+++ b/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI="6"
 PYTHON_COMPAT=( python2_7 )
 
-inherit autotools python-any-r1
+inherit autotools ltprune python-any-r1
 
 PYZY_DB="${PN}-database-1.0.0"
 
@@ -55,4 +55,5 @@ src_install() {
 	fi
 
 	default
+	prune_libtool_files
 }