From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1C8D7138247 for ; Thu, 21 Nov 2013 03:23:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2262E09AA; Thu, 21 Nov 2013 03:23:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27BC8E09AA for ; Thu, 21 Nov 2013 03:23:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D28F033F23E for ; Thu, 21 Nov 2013 03:23:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 43FB1E5459 for ; Thu, 21 Nov 2013 03:23:07 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1385004149.f22fe8aa5f427eb8d04bf49ce6001211c2f8d963.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f22fe8aa5f427eb8d04bf49ce6001211c2f8d963 X-VCS-Branch: master Date: Thu, 21 Nov 2013 03:23:07 +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: a8f4ae1d-5b00-43af-aaf8-bbcdcac3c289 X-Archives-Hash: c4f130a004e528d2b49557222b82e63a commit: f22fe8aa5f427eb8d04bf49ce6001211c2f8d963 Author: Matt Turner gmail com> AuthorDate: Thu Nov 21 03:22:29 2013 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 21 03:22:29 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=f22fe8aa media-libs/mesa: Enable tests. --- media-libs/mesa/mesa-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 85c4155..dc18ff1 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -391,6 +391,10 @@ multilib_src_install_all() { newins "${FILESDIR}/eselect-mesa.conf.9.2" eselect-mesa.conf } +multilib_src_test() { + emake check +} + pkg_postinst() { # Switch to the xorg implementation. echo