diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-06-04 21:34:31 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-06-04 21:34:31 +0000 |
commit | 201615f6743c8b10ba49ce7f36b006daaef77e85 (patch) | |
tree | c8df36bc31c8d26dc64da1a2eb7d6c4f1f9cc8e9 /x11-libs/libXrandr/libXrandr-1.3.1.ebuild | |
parent | Version bump (bug 406589, thanks Samuel BAUER) (diff) | |
download | gentoo-2-201615f6743c8b10ba49ce7f36b006daaef77e85.tar.gz gentoo-2-201615f6743c8b10ba49ce7f36b006daaef77e85.tar.bz2 gentoo-2-201615f6743c8b10ba49ce7f36b006daaef77e85.zip |
Fix randrproto dependency versions, bug 419633.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXrandr/libXrandr-1.3.1.ebuild')
-rw-r--r-- | x11-libs/libXrandr/libXrandr-1.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/libXrandr/libXrandr-1.3.1.ebuild b/x11-libs/libXrandr/libXrandr-1.3.1.ebuild index 39c93fa432fc..7d7b584e4e5f 100644 --- a/x11-libs/libXrandr/libXrandr-1.3.1.ebuild +++ b/x11-libs/libXrandr/libXrandr-1.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/libXrandr-1.3.1.ebuild,v 1.10 2011/08/14 02:28:39 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/libXrandr-1.3.1.ebuild,v 1.11 2012/06/04 21:34:31 mattst88 Exp $ EAPI=3 inherit xorg-2 @@ -13,7 +13,7 @@ IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXrender - >=x11-proto/randrproto-1.3.0 + >=x11-proto/randrproto-1.3.1 x11-proto/renderproto x11-proto/xextproto" DEPEND="${RDEPEND}" |