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 4A499138335 for ; Fri, 20 Dec 2019 18:34:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EE4FE0957; Fri, 20 Dec 2019 18:34:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 05C22E0957 for ; Fri, 20 Dec 2019 18:34:34 +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 F0B9D34D763 for ; Fri, 20 Dec 2019 18:34:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E0F598F for ; Fri, 20 Dec 2019 18:34:31 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1576866862.20d4e34c823636b3b38c922f09df5721b1f5ecdb.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/phpunit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/phpunit/phpunit-8.5.0.ebuild X-VCS-Directories: dev-php/phpunit/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 20d4e34c823636b3b38c922f09df5721b1f5ecdb X-VCS-Branch: master Date: Fri, 20 Dec 2019 18:34:31 +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: 1454fa22-23ef-41f5-ba80-fe79471c38d3 X-Archives-Hash: 28521f1b7882ec960378066cb50d9b2a commit: 20d4e34c823636b3b38c922f09df5721b1f5ecdb Author: Brian Evans gentoo org> AuthorDate: Fri Dec 20 17:49:59 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Dec 20 18:34:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d4e34c dev-php/phpunit: Add block on dev-php/phpunit-mock-objects Signed-off-by: Brian Evans gentoo.org> dev-php/phpunit/phpunit-8.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-php/phpunit/phpunit-8.5.0.ebuild b/dev-php/phpunit/phpunit-8.5.0.ebuild index 2e9083564b3..f8ecf1e6241 100644 --- a/dev-php/phpunit/phpunit-8.5.0.ebuild +++ b/dev-php/phpunit/phpunit-8.5.0.ebuild @@ -48,6 +48,7 @@ RDEPEND="dev-php/fedora-autoloader =dev-lang/php-7.2:*[cli(-),json(-),unicode(-),xml(-),xmlwriter(-)] + !dev-php/phpunit-mock-objects " src_install() {