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 E8EF0139694 for ; Mon, 27 Mar 2017 04:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C71C321C1A1; Mon, 27 Mar 2017 04:03:52 +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 9957121C1A1 for ; Mon, 27 Mar 2017 04:03:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73AC8341678 for ; Mon, 27 Mar 2017 04:03:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D070573E0 for ; Mon, 27 Mar 2017 04:03:49 +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: <1490586038.b813d239417d7ede1b2a4b596ed01aab7d7d96fc.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.8.0-r8.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: b813d239417d7ede1b2a4b596ed01aab7d7d96fc X-VCS-Branch: master Date: Mon, 27 Mar 2017 04:03:49 +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: 4d21dd43-577f-41c2-919f-8e7544e1cf25 X-Archives-Hash: db63cbc8ea969501bd383a4d8535aa8b commit: b813d239417d7ede1b2a4b596ed01aab7d7d96fc Author: Matthias Maier gentoo org> AuthorDate: Mon Mar 27 03:22:23 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Mar 27 03:40:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b813d239 app-emulation/qemu: require app-accessibility/brltty[api], bug #613138 Package-Manager: Portage-2.3.3, Repoman-2.3.2 app-emulation/qemu/qemu-2.8.0-r8.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-emulation/qemu/qemu-2.8.0-r8.ebuild b/app-emulation/qemu/qemu-2.8.0-r8.ebuild index 8df1a91630a..4dc2f22c1fb 100644 --- a/app-emulation/qemu/qemu-2.8.0-r8.ebuild +++ b/app-emulation/qemu/qemu-2.8.0-r8.ebuild @@ -77,7 +77,10 @@ TARGETS_DEPEND=" >=dev-libs/glib-2.0[static-libs(+)] >=x11-libs/pixman-0.28.0[static-libs(+)] sys-libs/zlib[static-libs(+)] - accessibility? ( app-accessibility/brltty[static-libs(+)] ) + accessibility? ( + app-accessibility/brltty[api] + app-accessibility/brltty[static-libs(+)] + ) aio? ( dev-libs/libaio[static-libs(+)] ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bluetooth? ( net-wireless/bluez )