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 C8BE4138334 for ; Fri, 20 Dec 2019 18:34:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6AA6E09BB; Fri, 20 Dec 2019 18:34:35 +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 8B8B6E09AB for ; Fri, 20 Dec 2019 18:34:35 +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 97B2634DA4E for ; Fri, 20 Dec 2019 18:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C0B5993 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: <1576866864.ddee26f8e7be0adeeaf44fa587809c31b5417c9a.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: ddee26f8e7be0adeeaf44fa587809c31b5417c9a 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: cdc7a4cf-01b5-4868-993e-d35a2ef65b8b X-Archives-Hash: 875893e46484cc2b2b14fbca8af411c6 commit: ddee26f8e7be0adeeaf44fa587809c31b5417c9a Author: Brian Evans gentoo org> AuthorDate: Fri Dec 20 18:31:39 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Dec 20 18:34:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddee26f8 dev-php/phpunit: Include missing xsd which is used at runtime Signed-off-by: Brian Evans gentoo.org> dev-php/phpunit/phpunit-8.5.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-php/phpunit/phpunit-8.5.0.ebuild b/dev-php/phpunit/phpunit-8.5.0.ebuild index f8ecf1e6241..b15fb5689e7 100644 --- a/dev-php/phpunit/phpunit-8.5.0.ebuild +++ b/dev-php/phpunit/phpunit-8.5.0.ebuild @@ -59,6 +59,8 @@ src_install() { exeinto /usr/share/php/PHPUnit doexe phpunit dosym ../share/php/PHPUnit/phpunit /usr/bin/phpunit + insinto /usr/share/php + doins phpunit.xsd } pkg_postinst() {