diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-02-23 02:49:21 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-02-23 02:49:21 +0000 |
commit | 2da65c94a64f097c113a41f0ef99f9fb927d5c67 (patch) | |
tree | b369367ad3c0df44927f8f4cece903deb3a8c1cb /media-libs/mesa | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-2da65c94a64f097c113a41f0ef99f9fb927d5c67.tar.gz gentoo-2-2da65c94a64f097c113a41f0ef99f9fb927d5c67.tar.bz2 gentoo-2-2da65c94a64f097c113a41f0ef99f9fb927d5c67.zip |
Drop unnecessary dependency on libdrm[libkms], bug 445488.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9.0.3.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index aac3a304e9f2..06a660927909 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.460 2013/02/23 02:44:55 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.461 2013/02/23 02:49:21 mattst88 Exp $ + + 23 Feb 2013; Matt Turner <mattst88@gentoo.org> mesa-9.0.3.ebuild: + Drop unnecessary dependency on libdrm[libkms], bug 445488. *mesa-9.0.3 (23 Feb 2013) diff --git a/media-libs/mesa/mesa-9.0.3.ebuild b/media-libs/mesa/mesa-9.0.3.ebuild index 9ae0fbd82c1b..df1238488a93 100644 --- a/media-libs/mesa/mesa-9.0.3.ebuild +++ b/media-libs/mesa/mesa-9.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild,v 1.1 2013/02/23 02:44:55 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild,v 1.2 2013/02/23 02:49:21 mattst88 Exp $ EAPI=4 @@ -84,10 +84,7 @@ RDEPEND="!<x11-base/xorg-server-1.7 gallium? ( app-admin/eselect-mesa ) >=app-admin/eselect-opengl-1.2.6 dev-libs/expat - gbm? ( - virtual/udev - x11-libs/libdrm[libkms] - ) + gbm? ( virtual/udev ) >=x11-libs/libX11-1.3.99.901 x11-libs/libXdamage x11-libs/libXext |