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 8FB4B138334 for ; Sun, 3 Nov 2019 22:12:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C0F5E0986; Sun, 3 Nov 2019 22:12:53 +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 E77EEE0986 for ; Sun, 3 Nov 2019 22:12:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A600D34C7E2 for ; Sun, 3 Nov 2019 22:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D19F8A4 for ; Sun, 3 Nov 2019 22:12:49 +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: <1572819153.973e7833b16816c19d0f6015fec49cc26bc376d3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-ati/metadata.xml x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild X-VCS-Directories: x11-drivers/xf86-video-ati/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 973e7833b16816c19d0f6015fec49cc26bc376d3 X-VCS-Branch: master Date: Sun, 3 Nov 2019 22:12:49 +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: 8e5df3fa-b0ca-419a-9cd8-a0e64f302194 X-Archives-Hash: dfcfa8f07069beef2189a6041ecc5c2a commit: 973e7833b16816c19d0f6015fec49cc26bc376d3 Author: Matt Turner gentoo org> AuthorDate: Sun Nov 3 22:02:49 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Nov 3 22:12:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973e7833 x11-drivers/xf86-video-ati: Drop glamor USE flag Closes: https://bugs.gentoo.org/698114 Signed-off-by: Matt Turner gentoo.org> x11-drivers/xf86-video-ati/metadata.xml | 3 --- x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild | 6 +++--- x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild | 6 +++--- x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 6 +++--- 4 files changed, 9 insertions(+), 12 deletions(-) diff --git a/x11-drivers/xf86-video-ati/metadata.xml b/x11-drivers/xf86-video-ati/metadata.xml index 38cf49862d0..e943b72b8a4 100644 --- a/x11-drivers/xf86-video-ati/metadata.xml +++ b/x11-drivers/xf86-video-ati/metadata.xml @@ -5,7 +5,4 @@ x11@gentoo.org X11 - - Enable Glamor OpenGL 2D acceleration - diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild index 489c9927db8..7b2f0601420 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild @@ -15,11 +15,11 @@ fi DESCRIPTION="ATI video driver" HOMEPAGE="https://www.x.org/wiki/ati/" -IUSE="+glamor udev" +IUSE="udev" RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon] >=x11-libs/libpciaccess-0.8.0 - glamor? ( x11-base/xorg-server[glamor] ) + x11-base/xorg-server[-minimal] udev? ( virtual/libudev:= )" DEPEND="${RDEPEND} x11-base/xorg-proto" @@ -37,7 +37,7 @@ pkg_pretend() { pkg_setup() { XORG_CONFIGURE_OPTIONS=( - $(use_enable glamor) + --enable-glamor $(use_enable udev) ) } diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild index 252dd5e7f9c..2aab4b2d729 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild @@ -15,11 +15,11 @@ fi DESCRIPTION="ATI video driver" HOMEPAGE="https://www.x.org/wiki/ati/" -IUSE="+glamor udev" +IUSE="udev" RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon] >=x11-libs/libpciaccess-0.8.0 - glamor? ( x11-base/xorg-server[glamor] ) + x11-base/xorg-server[-minimal] udev? ( virtual/libudev:= )" DEPEND="${RDEPEND} x11-base/xorg-proto" @@ -37,7 +37,7 @@ pkg_pretend() { pkg_setup() { XORG_CONFIGURE_OPTIONS=( - $(use_enable glamor) + --enable-glamor $(use_enable udev) ) } 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 252dd5e7f9c..2aab4b2d729 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild @@ -15,11 +15,11 @@ fi DESCRIPTION="ATI video driver" HOMEPAGE="https://www.x.org/wiki/ati/" -IUSE="+glamor udev" +IUSE="udev" RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon] >=x11-libs/libpciaccess-0.8.0 - glamor? ( x11-base/xorg-server[glamor] ) + x11-base/xorg-server[-minimal] udev? ( virtual/libudev:= )" DEPEND="${RDEPEND} x11-base/xorg-proto" @@ -37,7 +37,7 @@ pkg_pretend() { pkg_setup() { XORG_CONFIGURE_OPTIONS=( - $(use_enable glamor) + --enable-glamor $(use_enable udev) ) }