diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-01 22:43:15 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-01 22:44:53 +0200 |
commit | 2cd8d463ad6ab546918693ccb2dc8a15ff96d994 (patch) | |
tree | c0aa3bb4204bbf9ebfcee65f4838536ab266f5ec /x11-drivers/xf86-video-ati | |
parent | app-text/scdoc: 1.9.3 bump, fix UTF8_INVALID builds (diff) | |
download | gentoo-2cd8d463ad6ab546918693ccb2dc8a15ff96d994.tar.gz gentoo-2cd8d463ad6ab546918693ccb2dc8a15ff96d994.tar.bz2 gentoo-2cd8d463ad6ab546918693ccb2dc8a15ff96d994.zip |
x11-drivers/xf86-video-ati: fix libdrm minimum dep
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild index 145972dac689..764014a6ef50 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ HOMEPAGE="https://www.x.org/wiki/ati/" IUSE="+glamor udev" -RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon] +RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon] >=x11-libs/libpciaccess-0.8.0 glamor? ( x11-base/xorg-server[glamor] ) udev? ( virtual/libudev:= )" 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 3f5390aec7a0..58a78866021e 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ HOMEPAGE="https://www.x.org/wiki/ati/" IUSE="+glamor udev" -RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon] +RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon] >=x11-libs/libpciaccess-0.8.0 glamor? ( x11-base/xorg-server[glamor] ) udev? ( virtual/libudev:= )" |