diff options
author | Matt Turner <mattst88@gentoo.org> | 2014-03-09 18:38:01 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2014-03-09 18:38:01 +0000 |
commit | adbc8512a6b83ba466c470410fe18e74477e0663 (patch) | |
tree | 285fd596387001031acdb049312e92fc466e23fa /media-libs/mesa | |
parent | Stabilize net-analyzer/speedtest-cli-0.2.4 on amd64 (diff) | |
download | gentoo-2-adbc8512a6b83ba466c470410fe18e74477e0663.tar.gz gentoo-2-adbc8512a6b83ba466c470410fe18e74477e0663.tar.bz2 gentoo-2-adbc8512a6b83ba466c470410fe18e74477e0663.zip |
Update libxshmfence dependency to 1.1, bug #503932.
(Portage version: 2.2.7/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-10.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 31d3476a9a9a..47d912717d1b 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.542 2014/03/08 19:29:01 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.543 2014/03/09 18:38:01 mattst88 Exp $ + + 09 Mar 2014; Matt Turner <mattst88@gentoo.org> mesa-10.1.0.ebuild: + Update libxshmfence dependency to 1.1, bug #503932. 08 Mar 2014; Matt Turner <mattst88@gentoo.org> mesa-10.1.0.ebuild, metadata.xml: diff --git a/media-libs/mesa/mesa-10.1.0.ebuild b/media-libs/mesa/mesa-10.1.0.ebuild index 992202cac913..2a219592855a 100644 --- a/media-libs/mesa/mesa-10.1.0.ebuild +++ b/media-libs/mesa/mesa-10.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.0.ebuild,v 1.2 2014/03/08 19:29:01 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.0.ebuild,v 1.3 2014/03/09 18:38:01 mattst88 Exp $ EAPI=5 @@ -96,7 +96,7 @@ RDEPEND=" dev-libs/expat[${MULTILIB_USEDEP}] gbm? ( virtual/udev[${MULTILIB_USEDEP}] ) >=x11-libs/libX11-1.3.99.901[${MULTILIB_USEDEP}] - >=x11-libs/libxshmfence-1.0[${MULTILIB_USEDEP}] + >=x11-libs/libxshmfence-1.1[${MULTILIB_USEDEP}] x11-libs/libXdamage[${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] x11-libs/libXxf86vm[${MULTILIB_USEDEP}] |