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 1QAoK5-0005vi-SL for garchives@archives.gentoo.org; Fri, 15 Apr 2011 19:04:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02BAC1C037; Fri, 15 Apr 2011 19:04:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C704F1C037 for ; Fri, 15 Apr 2011 19:04:15 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BE731B4069 for ; Fri, 15 Apr 2011 19:04:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B2C0B80065 for ; Fri, 15 Apr 2011 19:04:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <64384c24d36db413ed81b2fc7b7a997d704ea51d.mgorny@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-base/xorg-server/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-base/xorg-server/xorg-server-9999.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 64384c24d36db413ed81b2fc7b7a997d704ea51d Date: Fri, 15 Apr 2011 19:04:14 +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: 3fcaa7ffef6f4e24417a996b88f0340f commit: 64384c24d36db413ed81b2fc7b7a997d704ea51d Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Fri Apr 15 18:10:37 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Fri Apr 15 18:10:37 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D64384c24 x11-base/xorg-server: Migrate to XORG_CONFIGURE_OPTIONS. (Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest comm= it with key 05DE07BB) --- x11-base/xorg-server/xorg-server-9999.ebuild | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg= -server/xorg-server-9999.ebuild index 4c4dcd0..9936148 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -112,7 +112,7 @@ pkg_setup() { # --enable-install-setuid needed because sparcs default off # NOTE: fop is used for doc generating ; and i have no idea if gentoo # package it somewhere - CONFIGURE_OPTIONS=3D" + XORG_CONFIGURE_OPTIONS=3D( $(use_enable ipv6) $(use_enable dmx) $(use_enable kdrive) @@ -143,11 +143,10 @@ pkg_setup() { --without-dtrace --without-fop --with-os-vendor=3DGentoo - " + ) =20 # Xorg-server requires includes from OS mesa which are not visible for # users of binary drivers. - # Due to the limitations of CONFIGURE_OPTIONS, we have to export this mkdir -p "${T}/mesa-symlinks/GL" for i in gl glx glxmd glxproto glxtokens; do ln -s "${EROOT}usr/$(get_libdir)/opengl/xorg-x11/include/$i.h" "${T}/m= esa-symlinks/GL/$i.h" || die