commit: d09554542d65bb04ccafe95d0325ad149dffd25d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 7 18:15:29 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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
}