diff options
author | 2013-01-14 13:41:29 +0000 | |
---|---|---|
committer | 2013-01-14 13:41:29 +0000 | |
commit | 61d2f98a68cfe6fb88cfc948170fd4f0f654d61a (patch) | |
tree | 5dce3ed9a736be218e77acf5af2d1fdc43f1be4b /x11-drivers | |
parent | Migrate to distutils-r1. (diff) | |
download | gentoo-2-61d2f98a68cfe6fb88cfc948170fd4f0f654d61a.tar.gz gentoo-2-61d2f98a68cfe6fb88cfc948170fd4f0f654d61a.tar.bz2 gentoo-2-61d2f98a68cfe6fb88cfc948170fd4f0f654d61a.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-omap/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-video-omap/xf86-video-omap-0.4.3.ebuild | 15 |
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-omap/ChangeLog b/x11-drivers/xf86-video-omap/ChangeLog index aa450128ea2d..1b191651ea67 100644 --- a/x11-drivers/xf86-video-omap/ChangeLog +++ b/x11-drivers/xf86-video-omap/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-omap -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-omap/ChangeLog,v 1.3 2012/12/17 20:17:06 maekke Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-omap/ChangeLog,v 1.4 2013/01/14 13:41:29 chithanh Exp $ + +*xf86-video-omap-0.4.3 (14 Jan 2013) + + 14 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-omap-0.4.3.ebuild: + Version bump. 17 Dec 2012; Markus Meier <maekke@gentoo.org> xf86-video-omap-0.4.2.ebuild: arm stable, bug #440872 diff --git a/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.3.ebuild b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.3.ebuild new file mode 100644 index 000000000000..c577000c13ec --- /dev/null +++ b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.3.ebuild,v 1.1 2013/01/14 13:41:29 chithanh Exp $ + +EAPI=4 +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}" |