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 BDF15139694 for ; Sat, 25 Mar 2017 18:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D04E21C1F9; Sat, 25 Mar 2017 18:12:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 608F121C1F8 for ; Sat, 25 Mar 2017 18:12:04 +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 6CD5834167D for ; Sat, 25 Mar 2017 18:11:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EE3573ED for ; Sat, 25 Mar 2017 18:11:45 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1490465495.cf2c4b35275505589d36aac934985d288814bac5.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/mhash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/mhash/mhash-0.9.9.9-r2.ebuild X-VCS-Directories: app-crypt/mhash/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: cf2c4b35275505589d36aac934985d288814bac5 X-VCS-Branch: master Date: Sat, 25 Mar 2017 18:11:45 +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-Archives-Salt: 79952acb-67c7-4b02-95e8-d01f60392eec X-Archives-Hash: cebcf4315e2bffe47b266f1e40a9d054 commit: cf2c4b35275505589d36aac934985d288814bac5 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Mar 25 18:04:34 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Mar 25 18:11:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2c4b35 app-crypt/mhash: use ltprune Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-crypt/mhash/mhash-0.9.9.9-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild index fb62adb1201..e719837a52a 100644 --- a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild +++ b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils +inherit ltprune DESCRIPTION="library providing a uniform interface to a large number of hash algorithms" HOMEPAGE="http://mhash.sourceforge.net/"