diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-05-24 02:58:31 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-05-24 02:58:31 +0000 |
commit | 4238a598b76a0cc0a7d8f2aa3aaeddd5c6ee6477 (patch) | |
tree | 00959037a7c1814d3dbddeeef1a2af9247bb23cc /x11-drivers | |
parent | Use inline patch from Fedora to fix build w/gcc-5 #550244. (diff) | |
download | gentoo-2-4238a598b76a0cc0a7d8f2aa3aaeddd5c6ee6477.tar.gz gentoo-2-4238a598b76a0cc0a7d8f2aa3aaeddd5c6ee6477.tar.bz2 gentoo-2-4238a598b76a0cc0a7d8f2aa3aaeddd5c6ee6477.zip |
Version bump to 2.11.17, straight to stable. Bug 549786.
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-geode/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-video-geode/xf86-video-geode-2.11.17.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-geode/ChangeLog b/x11-drivers/xf86-video-geode/ChangeLog index 364a609752b5..5832b171c141 100644 --- a/x11-drivers/xf86-video-geode/ChangeLog +++ b/x11-drivers/xf86-video-geode/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-geode -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v 1.27 2014/10/22 17:17:58 chithanh Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v 1.28 2015/05/24 02:58:31 mattst88 Exp $ + +*xf86-video-geode-2.11.17 (24 May 2015) + + 24 May 2015; Matt Turner <mattst88@gentoo.org> + +xf86-video-geode-2.11.17.ebuild: + Version bump to 2.11.17, straight to stable. Bug 549786. *xf86-video-geode-2.11.16 (22 Oct 2014) diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.17.ebuild b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.17.ebuild new file mode 100644 index 000000000000..9d16048369a8 --- /dev/null +++ b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.17.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.17.ebuild,v 1.1 2015/05/24 02:58:31 mattst88 Exp $ + +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 +} |