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 6BFDC1396DA for ; Tue, 7 Nov 2017 10:57:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D8CEE0D47; Tue, 7 Nov 2017 10:57:04 +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 4766DE0D47 for ; Tue, 7 Nov 2017 10:57: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 AD4E033BEB4 for ; Tue, 7 Nov 2017 10:57:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25A3897F8 for ; Tue, 7 Nov 2017 10:57:01 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1510052215.17cc4e7ddc1bb5a2ae4e168e4d01cc6c4b2b3abf.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/mbuffer/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/mbuffer/mbuffer-20170921.ebuild X-VCS-Directories: sys-block/mbuffer/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 17cc4e7ddc1bb5a2ae4e168e4d01cc6c4b2b3abf X-VCS-Branch: master Date: Tue, 7 Nov 2017 10:57:01 +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: f14a1ba3-1329-42a0-aa1d-e06f4f13845f X-Archives-Hash: 0d31c5cc99c311fb7a69a039684be5ae commit: 17cc4e7ddc1bb5a2ae4e168e4d01cc6c4b2b3abf Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Nov 7 10:56:42 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Nov 7 10:56:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cc4e7d sys-block/mbuffer: Re-enable test suite Re-enable test suite which was accidentally disabled all the times via commit 93a507b9f4d2aafaeab51480446a68167eb4456e. Package-Manager: Portage-2.3.13, Repoman-2.3.4 sys-block/mbuffer/mbuffer-20170921.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-block/mbuffer/mbuffer-20170921.ebuild b/sys-block/mbuffer/mbuffer-20170921.ebuild index 3baf4645d8f..2870b2b5053 100644 --- a/sys-block/mbuffer/mbuffer-20170921.ebuild +++ b/sys-block/mbuffer/mbuffer-20170921.ebuild @@ -45,6 +45,8 @@ src_test() { ewarn "test suite would hang forever in such environments!" return 0; fi + + default } pkg_postinst() {