diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-01-17 15:21:05 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-01-17 15:21:08 -0800 |
commit | 49890db77e19ca83e67c349d8e408184b24acd67 (patch) | |
tree | 18da93e91a89b78afc2e5630d266a6e939a7a2fd /x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild | |
parent | x11-drivers/xf86-video-vmware: Version bump to 13.2.1. (diff) | |
download | gentoo-49890db77e19ca83e67c349d8e408184b24acd67.tar.gz gentoo-49890db77e19ca83e67c349d8e408184b24acd67.tar.bz2 gentoo-49890db77e19ca83e67c349d8e408184b24acd67.zip |
x11-drivers/xf86-video-omap: Version bump to 0.4.5.
Diffstat (limited to 'x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild new file mode 100644 index 000000000000..b2295103c56d --- /dev/null +++ b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +XORG_DRI=always +inherit xorg-2 + +DESCRIPTION="OMAP video driver" + +KEYWORDS="~arm" + +RDEPEND=">=x11-base/xorg-server-1.3 + >=x11-libs/libdrm-2.4.36[video_cards_omap]" +DEPEND="${RDEPEND}" |