summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-02-11 02:11:23 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-02-11 02:11:23 +0100
commit22afc1e6a29df615405b1a241aac0b9d5faa3cc8 (patch)
treec9368fafdfd344e5f24a1b29d25399143e25c743 /x11-drivers/xf86-video-geode/xf86-video-geode-2.11.18.ebuild
parentdev-ruby/shoulda-matchers: Remove old (diff)
downloadgentoo-22afc1e6a29df615405b1a241aac0b9d5faa3cc8.tar.gz
gentoo-22afc1e6a29df615405b1a241aac0b9d5faa3cc8.tar.bz2
gentoo-22afc1e6a29df615405b1a241aac0b9d5faa3cc8.zip
x11-drivers/xf86-video-geode: Version bump
Package-Manager: portage-2.2.27
Diffstat (limited to 'x11-drivers/xf86-video-geode/xf86-video-geode-2.11.18.ebuild')
-rw-r--r--x11-drivers/xf86-video-geode/xf86-video-geode-2.11.18.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.18.ebuild b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.18.ebuild
new file mode 100644
index 000000000000..fad7c4901123
--- /dev/null
+++ b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.18.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="AMD Geode GX2 and LX video driver"
+
+KEYWORDS="~x86"
+IUSE="ztv"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ ztv? (
+ sys-kernel/linux-headers
+ )"
+
+src_configure() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable ztv)
+ )
+ xorg-2_src_configure
+}