summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-03-07 10:15:29 -0800
committerMatt Turner <mattst88@gentoo.org>2019-03-07 10:17:27 -0800
commitd09554542d65bb04ccafe95d0325ad149dffd25d (patch)
tree357ea8cead63b169b20562dd558a62e682fcbb68 /x11-drivers/xf86-video-ati
parentx11-drivers/xf86-video-amdgpu: Version bump to 19.0.0 (diff)
downloadgentoo-d09554542d65bb04ccafe95d0325ad149dffd25d.tar.gz
gentoo-d09554542d65bb04ccafe95d0325ad149dffd25d.tar.bz2
gentoo-d09554542d65bb04ccafe95d0325ad149dffd25d.zip
x11-drivers/xf86-video-ati: EAPI 7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild7
1 files 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 58a78866021e..bcca1714ec2f 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
}