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 6D8C2138334 for ; Thu, 7 Mar 2019 18:17:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98CDCE0839; Thu, 7 Mar 2019 18:17:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6E363E0823 for ; Thu, 7 Mar 2019 18:17:39 +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 EDD78335D02 for ; Thu, 7 Mar 2019 18:17:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 678E555E for ; Thu, 7 Mar 2019 18:17:36 +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: <1551982647.d09554542d65bb04ccafe95d0325ad149dffd25d.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/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: d09554542d65bb04ccafe95d0325ad149dffd25d X-VCS-Branch: master Date: Thu, 7 Mar 2019 18:17:36 +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: e2b08f60-a0bd-41b9-b33c-641986f61d93 X-Archives-Hash: e9a4514127efbd5f2d90abd8e8d7a4de commit: d09554542d65bb04ccafe95d0325ad149dffd25d Author: Matt Turner gentoo org> AuthorDate: Thu Mar 7 18:15:29 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Mar 7 18:17:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0955454 x11-drivers/xf86-video-ati: EAPI 7 Signed-off-by: Matt Turner gentoo.org> x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 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 58a78866021..bcca1714ec2 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 XORG_DRI=always -inherit linux-info xorg-2 +inherit linux-info xorg-3 if [[ ${PV} == 9999* ]]; then SRC_URI="" @@ -35,10 +35,9 @@ pkg_pretend() { check_extra_config } -src_configure() { +pkg_setup() { XORG_CONFIGURE_OPTIONS=( $(use_enable glamor) $(use_enable udev) ) - xorg-2_src_configure }