From 8bbbc742feff95aa735bdedc950c9b7f521e488e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Marchesin?= Date: Mon, 23 Jan 2012 19:18:19 -0800 Subject: [PATCH] Import XRandr 1.3.2 ebuild. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also remove 1.3.1. BUG=chromium-os:25404 Change-Id: Ic1cfc331f3ebe9c89c2b10191d42752352d85621 Reviewed-on: https://gerrit.chromium.org/gerrit/14675 Tested-by: Stéphane Marchesin Reviewed-by: Stuart Abercrombie Commit-Ready: Stéphane Marchesin --- .../{libXrandr-1.3.1.ebuild => libXrandr-1.3.2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename sdk_container/src/third_party/portage-stable/x11-libs/libXrandr/{libXrandr-1.3.1.ebuild => libXrandr-1.3.2.ebuild} (86%) diff --git a/sdk_container/src/third_party/portage-stable/x11-libs/libXrandr/libXrandr-1.3.1.ebuild b/sdk_container/src/third_party/portage-stable/x11-libs/libXrandr/libXrandr-1.3.2.ebuild similarity index 86% rename from sdk_container/src/third_party/portage-stable/x11-libs/libXrandr/libXrandr-1.3.1.ebuild rename to sdk_container/src/third_party/portage-stable/x11-libs/libXrandr/libXrandr-1.3.2.ebuild index 0db3e45ba3..d1aaba45e4 100644 --- a/sdk_container/src/third_party/portage-stable/x11-libs/libXrandr/libXrandr-1.3.1.ebuild +++ b/sdk_container/src/third_party/portage-stable/x11-libs/libXrandr/libXrandr-1.3.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 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.9 2011/02/14 22:56:13 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrandr/libXrandr-1.3.2.ebuild,v 1.8 2011/10/03 18:06:25 josejx Exp $ -EAPI=3 +EAPI=4 inherit xorg-2 DESCRIPTION="X.Org Xrandr library" @@ -13,7 +13,7 @@ IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXrender - x11-proto/randrproto + >=x11-proto/randrproto-1.3.0 x11-proto/renderproto x11-proto/xextproto" DEPEND="${RDEPEND}"