diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-05-08 13:59:07 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-08 14:15:00 -0700 |
commit | 3467c5759b3ba7300f531339cea3a11b27839bfa (patch) | |
tree | 6f3ea68a7f0e5383ec3a82c9312cce30dcf8d7d4 /x11-drivers | |
parent | profiles: Drop vesa from VIDEO_CARDS where xf86-video-vesa is not keyworded (diff) | |
download | gentoo-3467c5759b3ba7300f531339cea3a11b27839bfa.tar.gz gentoo-3467c5759b3ba7300f531339cea3a11b27839bfa.tar.bz2 gentoo-3467c5759b3ba7300f531339cea3a11b27839bfa.zip |
x11-drivers/xf86-video-vesa: Drop ia64 keywords
Unclear whether this driver can work on ia64, and does not compile.
Bug: https://bugs.gentoo.org/641744
Diffstat (limited to 'x11-drivers')
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild index f8b4ca62a111..0d534cc2582d 100644 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit xorg-2 DESCRIPTION="Generic VESA video driver" -KEYWORDS="-* alpha amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="-* alpha amd64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99 diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild index 36222ce9cd7e..c0e1de044ce7 100644 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.4.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit linux-info xorg-2 DESCRIPTION="Generic VESA video driver" -KEYWORDS="-* alpha amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="-* alpha amd64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.6 diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.4.0.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.4.0.ebuild index cdeac87113f2..540931da416c 100644 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.4.0.ebuild +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.4.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit linux-info xorg-2 DESCRIPTION="Generic VESA video driver" -KEYWORDS="-* alpha amd64 ~ia64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="-* alpha amd64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.6 |