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 3F74E139694 for ; Sat, 18 Mar 2017 08:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3E0021C0AA; Sat, 18 Mar 2017 08:21:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9F7E021C0AA for ; Sat, 18 Mar 2017 08:21:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65B16340FDA for ; Sat, 18 Mar 2017 08:21:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1E2D6C42 for ; Sat, 18 Mar 2017 08:21:50 +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: <1489823056.5f0e8e624906e4a85b0b0fa643573f2819c7e176.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/dieharder/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/dieharder/dieharder-3.31.1-r1.ebuild X-VCS-Directories: app-crypt/dieharder/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 5f0e8e624906e4a85b0b0fa643573f2819c7e176 X-VCS-Branch: master Date: Sat, 18 Mar 2017 08:21:50 +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: d5aa9582-b436-4e23-b077-b2e7206236c0 X-Archives-Hash: 0c5a5d3f57ed94bfccab18c9f96f3f42 commit: 5f0e8e624906e4a85b0b0fa643573f2819c7e176 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Mar 18 07:41:41 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Mar 18 07:44:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0e8e62 app-crypt/dieharder: remove unneeded autoreconf Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-crypt/dieharder/dieharder-3.31.1-r1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild index ac42da98fd1..7120c3470b4 100644 --- a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild +++ b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils +inherit eutils DESCRIPTION="An advanced suite for testing the randomness of RNG's" HOMEPAGE="http://www.phy.duke.edu/~rgb/General/dieharder.php" @@ -37,11 +37,6 @@ pkg_setup() { ) } -src_prepare() { - default - eautoreconf -} - src_compile() { emake -j1 use doc && emake -C manual