From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 963DF1395E2 for ; Sat, 12 Nov 2016 17:47:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50FDB21C06B; Sat, 12 Nov 2016 17:47:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34EF421C06B for ; Sat, 12 Nov 2016 17:47:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E61C341649 for ; Sat, 12 Nov 2016 17:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CA3B86E for ; Sat, 12 Nov 2016 17:47:18 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1478972830.c36b86dc76f2f2f64395fd513f1a269127505983.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/qemu-9999.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: c36b86dc76f2f2f64395fd513f1a269127505983 X-VCS-Branch: master Date: Sat, 12 Nov 2016 17:47:18 +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: 9b03aedf-c852-416c-89ab-aa2acf2c96ad X-Archives-Hash: 9e10f5f085e811720e373b02c70e9236 commit: c36b86dc76f2f2f64395fd513f1a269127505983 Author: Matthias Maier gentoo org> AuthorDate: Sat Nov 12 17:47:10 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat Nov 12 17:47:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36b86dc app-emulation/qemu: update build dependency to vte:2.91, bug #595890 Package-Manager: portage-2.3.0 app-emulation/qemu/qemu-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index b00a365..9039f1a 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -93,7 +93,7 @@ SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND} ) !gtk2? ( x11-libs/gtk+:3 - vte? ( x11-libs/vte:2.90 ) + vte? ( x11-libs/vte:2.91 ) ) ) infiniband? ( sys-fabric/librdmacm:=[static-libs(+)] )