diff options
Diffstat (limited to 'x11-drivers/xf86-video-armsoc/xf86-video-armsoc-9999.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-armsoc/xf86-video-armsoc-9999.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-armsoc/xf86-video-armsoc-9999.ebuild b/x11-drivers/xf86-video-armsoc/xf86-video-armsoc-9999.ebuild new file mode 100644 index 0000000..2a1682b --- /dev/null +++ b/x11-drivers/xf86-video-armsoc/xf86-video-armsoc-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +EGIT_REPO_URI="https://git.chromium.org/git/chromiumos/third_party/xf86-video-armsoc.git" + +inherit xorg-2 + +DESCRIPTION="" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~arm" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/0001-copy-paste-from-omap-driver-to-get-it-compiled.patch +) |