diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-05-01 13:55:28 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-05-01 13:55:28 -0700 |
commit | a113824771918e4afd6e7b294abb91e4d0d84dc2 (patch) | |
tree | c618a6cff1c3c5f5dd0fb3c4e64ddb59cdf387a9 /x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild | |
parent | x11-misc/xtermcontrol: Drop old versions (diff) | |
download | gentoo-a113824771918e4afd6e7b294abb91e4d0d84dc2.tar.gz gentoo-a113824771918e4afd6e7b294abb91e4d0d84dc2.tar.bz2 gentoo-a113824771918e4afd6e7b294abb91e4d0d84dc2.zip |
x11-drivers/xf86-video-amdgpu: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild deleted file mode 100644 index 51bc1247d3ca..000000000000 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -XORG_DRI="always" -inherit xorg-2 - -if [[ ${PV} == 9999* ]]; then - SRC_URI="" -else - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="Accelerated Open Source driver for AMDGPU cards" - -IUSE="udev" - -RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_amdgpu] - x11-base/xorg-server[glamor(-)] - udev? ( virtual/libudev:= )" -DEPEND="${RDEPEND}" - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - --enable-glamor - $(use_enable udev) - ) - xorg-2_src_configure -} |