diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 00:46:47 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 00:46:47 +0000 |
commit | 9139173e62adad240d634906b1dfdaae759b5344 (patch) | |
tree | 78df3f2c7b42dfcae3b406d6847500a372ad638a /x11-drivers | |
parent | keyword ~amd64-fbsd (compile tested only) (diff) | |
download | gentoo-2-9139173e62adad240d634906b1dfdaae759b5344.tar.gz gentoo-2-9139173e62adad240d634906b1dfdaae759b5344.tar.bz2 gentoo-2-9139173e62adad240d634906b1dfdaae759b5344.zip |
keyword ~amd64-fbsd (compile tested only)
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-dummy/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-dummy/ChangeLog b/x11-drivers/xf86-video-dummy/ChangeLog index da6e89bfb3d1..4ec6f6ad6233 100644 --- a/x11-drivers/xf86-video-dummy/ChangeLog +++ b/x11-drivers/xf86-video-dummy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-dummy # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.71 2012/01/01 14:28:01 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.72 2012/05/16 00:46:47 aballier Exp $ + + 16 May 2012; Alexis Ballier <aballier@gentoo.org> + xf86-video-dummy-0.3.5.ebuild: + keyword ~amd64-fbsd (compile tested only) *xf86-video-dummy-0.3.5 (01 Jan 2012) diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5.ebuild index b4fc94d55e82..c4f219c4edfe 100644 --- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5.ebuild +++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5.ebuild,v 1.1 2012/01/01 14:28:01 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.5.ebuild,v 1.2 2012/05/16 00:46:47 aballier Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="X.Org driver for dummy cards" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="dga" RDEPEND=">=x11-base/xorg-server-1.0.99" |