diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-11-02 22:09:16 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-11-02 22:09:16 +0000 |
commit | 5493fb00b3c26f95d48eff459a868d3d8d681b37 (patch) | |
tree | 2fdfb402089a53b9788cd18698c092695d20b32f /x11-drivers | |
parent | Do not hide output of enew{group,user} from the user. (diff) | |
download | gentoo-2-5493fb00b3c26f95d48eff459a868d3d8d681b37.tar.gz gentoo-2-5493fb00b3c26f95d48eff459a868d3d8d681b37.tar.bz2 gentoo-2-5493fb00b3c26f95d48eff459a868d3d8d681b37.zip |
Version bump.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index 3d03e7615720..dcccc40dec07 100644 --- a/x11-drivers/xf86-video-ati/ChangeLog +++ b/x11-drivers/xf86-video-ati/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-ati # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.156 2011/07/30 10:48:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.157 2011/11/02 22:09:16 chithanh Exp $ + +*xf86-video-ati-6.14.3 (02 Nov 2011) + + 02 Nov 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-ati-6.14.3.ebuild: + Version bump. 30 Jul 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-ati-6.14.2.ebuild: alpha/ia64/sparc stable wrt #371857 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild new file mode 100644 index 000000000000..d8f158310c66 --- /dev/null +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.1 2011/11/02 22:09:16 chithanh Exp $ + +EAPI=4 + +XORG_DRI=always +inherit xorg-2 + +DESCRIPTION="ATI video driver" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libdrm[video_cards_radeon]" +DEPEND="${RDEPEND}" + +pkg_setup() { + xorg-2_pkg_setup + XORG_CONFIGURE_OPTIONS=( + --enable-dri + --enable-kms + --enable-exa + ) +} |