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 1BBD81381F3 for ; Tue, 6 Nov 2012 21:20:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02ED9E062C; Tue, 6 Nov 2012 21:19:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 74E10E062C for ; Tue, 6 Nov 2012 21:19:56 +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 B52FA33DB08 for ; Tue, 6 Nov 2012 21:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5B171E5442 for ; Tue, 6 Nov 2012 21:19:54 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1352236797.b4917efad1d5f68ff7f0958acc522f7c75427d62.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild X-VCS-Directories: x11-drivers/xf86-video-ati/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: b4917efad1d5f68ff7f0958acc522f7c75427d62 X-VCS-Branch: master Date: Tue, 6 Nov 2012 21:19:54 +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: 99f16a47-5510-4020-9800-f16dacbd19ea X-Archives-Hash: 68e625db4a7ae6353da4bff52b2436eb commit: b4917efad1d5f68ff7f0958acc522f7c75427d62 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Tue Nov 6 21:19:57 2012 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Tue Nov 6 21:19:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=b4917efa x11-drivers/xf86-video-ati: drop configure options that no longer exist. --- .../xf86-video-ati/xf86-video-ati-9999.ebuild | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild index c1eaeb2..1dc2528 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild @@ -19,9 +19,6 @@ DEPEND="${RDEPEND}" src_configure() { XORG_CONFIGURE_OPTIONS=( - --enable-dri - --enable-kms - --enable-exa $(use_enable glamor) $(use_enable udev) )