From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2D701138A1F for ; Sun, 26 Jan 2014 19:10:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE7BBE0B3A; Sun, 26 Jan 2014 19:10:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53ED5E0B3A for ; Sun, 26 Jan 2014 19:10:31 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7483033F68B for ; Sun, 26 Jan 2014 19:10:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 4B23118096 for ; Sun, 26 Jan 2014 19:10:27 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1390762824.4c077712c89975f2087d5815a5c09bd9a84b732e.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-libs/libxcb/libxcb-9999.ebuild X-VCS-Directories: x11-libs/libxcb/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4c077712c89975f2087d5815a5c09bd9a84b732e X-VCS-Branch: master Date: Sun, 26 Jan 2014 19:10:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b49a3360-7aba-4b8d-a500-fceac615de3e X-Archives-Hash: f7319c6217b3cdc1edeed9fb0feb149f commit: 4c077712c89975f2087d5815a5c09bd9a84b732e Author: Matt Turner gmail com> AuthorDate: Sun Jan 26 19:00:24 2014 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 26 19:00:24 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=4c077712 x11-libs/libxcb: Update libxcb-9999's dependencies. --- x11-libs/libxcb/libxcb-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild index ddef122..0edfff4 100644 --- a/x11-libs/libxcb/libxcb-9999.ebuild +++ b/x11-libs/libxcb/libxcb-9999.ebuild @@ -27,10 +27,10 @@ RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}] DEPEND="${RDEPEND} dev-libs/libxslt $(python_gen_any_dep \ - ">=x11-proto/xcb-proto-1.9[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")" + ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")" python_check_deps() { - has_version ">=x11-proto/xcb-proto-1.9[${MULTILIB_USEDEP},${PYTHON_USEDEP}]" + has_version ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]" } pkg_setup() {