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 F398D1395E2 for ; Sat, 12 Nov 2016 17:44:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 789D421C012; Sat, 12 Nov 2016 17:44:16 +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 5EF9721C012 for ; Sat, 12 Nov 2016 17:44:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 879E0341649 for ; Sat, 12 Nov 2016 17:44:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D55E86E for ; Sat, 12 Nov 2016 17:44:13 +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: <1478972382.256c7581e9b05ffa11407ff9abd10d5a4f163530.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-2.7.0-r6.ebuild app-emulation/qemu/qemu-2.7.0-r7.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 256c7581e9b05ffa11407ff9abd10d5a4f163530 X-VCS-Branch: master Date: Sat, 12 Nov 2016 17:44:13 +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: 1130cfb1-429c-4f26-9ba5-8dece9dae7bd X-Archives-Hash: ed7f950e00c46821ba0f699f542bc373 commit: 256c7581e9b05ffa11407ff9abd10d5a4f163530 Author: Matthias Maier gentoo org> AuthorDate: Sat Nov 12 17:39:42 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat Nov 12 17:39:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256c7581 app-emulation/qemu: update build dependency to vte:2.91, bug #595890 Package-Manager: portage-2.3.0 app-emulation/qemu/{qemu-2.7.0-r6.ebuild => qemu-2.7.0-r7.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/qemu/qemu-2.7.0-r6.ebuild b/app-emulation/qemu/qemu-2.7.0-r7.ebuild similarity index 99% rename from app-emulation/qemu/qemu-2.7.0-r6.ebuild rename to app-emulation/qemu/qemu-2.7.0-r7.ebuild index 40265bd..76b5ea0 100644 --- a/app-emulation/qemu/qemu-2.7.0-r6.ebuild +++ b/app-emulation/qemu/qemu-2.7.0-r7.ebuild @@ -95,7 +95,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(+)] )