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 525A91382C5 for ; Wed, 16 May 2018 07:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CF6AE08EB; Wed, 16 May 2018 07:27:01 +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 1EE39E08EB for ; Wed, 16 May 2018 07:27:01 +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 0BE1F335C80 for ; Wed, 16 May 2018 07:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FE532A2 for ; Wed, 16 May 2018 07:26:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1526455577.4b7a626c3433b25c989869fa8669157b6c8a36a6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/abi-compliance-checker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild X-VCS-Directories: dev-util/abi-compliance-checker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4b7a626c3433b25c989869fa8669157b6c8a36a6 X-VCS-Branch: master Date: Wed, 16 May 2018 07:26:57 +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: 5a08c252-f05c-46ce-937c-d10016cf4c04 X-Archives-Hash: ecc3753f2005cea936862c514293d28e commit: 4b7a626c3433b25c989869fa8669157b6c8a36a6 Author: Michał Górny gentoo org> AuthorDate: Wed May 16 07:12:36 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 16 07:26:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7a626c dev-util/abi-compliance-checker: -9999 is now 'make all'-friendly dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild index 773b2a061ac..32877099040 100644 --- a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild +++ b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild @@ -28,10 +28,6 @@ SRC_URI= KEYWORDS= #endif -src_compile() { - : -} - src_install() { dodir /usr perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" || die