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 14277158041 for ; Tue, 7 Sep 2021 10:20:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF913E0954; Tue, 7 Sep 2021 10:20:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C9682E0954 for ; Tue, 7 Sep 2021 10:20:03 +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 665A7342AA4 for ; Tue, 7 Sep 2021 10:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F643BF for ; Tue, 7 Sep 2021 10:19:58 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1631009990.4d5dfd3aa01a6cd5bb1b896a3b282ba09aac7f13.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppunit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cppunit/cppunit-1.15.1-r3.ebuild X-VCS-Directories: dev-util/cppunit/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4d5dfd3aa01a6cd5bb1b896a3b282ba09aac7f13 X-VCS-Branch: master Date: Tue, 7 Sep 2021 10:19:58 +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: 50e10e5e-5a40-4a47-aac2-95c641f5433b X-Archives-Hash: 3e157eaba8df5201754c8e3c5e58e357 commit: 4d5dfd3aa01a6cd5bb1b896a3b282ba09aac7f13 Author: Joonas Niilola gentoo org> AuthorDate: Tue Sep 7 10:16:45 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Sep 7 10:19:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5dfd3a dev-util/cppunit: drop unneeded phase definition from 1.15.1-r3 Signed-off-by: Joonas Niilola gentoo.org> dev-util/cppunit/cppunit-1.15.1-r3.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-util/cppunit/cppunit-1.15.1-r3.ebuild b/dev-util/cppunit/cppunit-1.15.1-r3.ebuild index 01f18c888ea..8a942d3911d 100644 --- a/dev-util/cppunit/cppunit-1.15.1-r3.ebuild +++ b/dev-util/cppunit/cppunit-1.15.1-r3.ebuild @@ -24,10 +24,6 @@ BDEPEND=" DOCS=( AUTHORS BUGS NEWS README THANKS TODO ChangeLog doc/FAQ ) -src_prepare() { - default -} - src_configure() { # Anything else than -O0 breaks on alpha use alpha && replace-flags "-O?" -O0