From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1REnO6-0005PB-E3 for garchives@archives.gentoo.org; Fri, 14 Oct 2011 19:25:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F9B821C0FB; Fri, 14 Oct 2011 19:25:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 29A3621C0FB for ; Fri, 14 Oct 2011 19:25:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 064FF1B401C for ; Fri, 14 Oct 2011 19:25:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 54D1A80042 for ; Fri, 14 Oct 2011 19:25:34 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-libs/libdrm/libdrm-9999.ebuild X-VCS-Directories: x11-libs/libdrm/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a35324c9d4bf6882ee3cbde52d75a3ed7f9faaf5 Date: Fri, 14 Oct 2011 19:25:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 31f8ff863f2756fabfcbedc4e2a85443 commit: a35324c9d4bf6882ee3cbde52d75a3ed7f9faaf5 Author: Matt Turner gmail com> AuthorDate: Fri Oct 14 19:25:08 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Fri Oct 14 19:25:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Da35324c9 x11-libs/libdrm: don't build tests --- x11-libs/libdrm/libdrm-9999.ebuild | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-= 9999.ebuild index 47030f5..586b550 100644 --- a/x11-libs/libdrm/libdrm-9999.ebuild +++ b/x11-libs/libdrm/libdrm-9999.ebuild @@ -34,6 +34,9 @@ PATCHES=3D( ) =20 pkg_setup() { + # tests are restricted, no point in building them + sed -ie 's/tests //' ${S}/Makefile.am + XORG_CONFIGURE_OPTIONS=3D( --enable-udev $(use_enable video_cards_intel intel)