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 C8ACF138306 for ; Wed, 13 Jul 2016 20:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 153E221C2D0; Wed, 13 Jul 2016 20:25:03 +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 928A021C2D0 for ; Wed, 13 Jul 2016 20:25:02 +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 9B2A8340D2D for ; Wed, 13 Jul 2016 20:25:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53FE0244F for ; Wed, 13 Jul 2016 20:24:58 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1468441494.043b5847ef0588b8d064e7c861a3bca52e730a67.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtualbox/virtualbox-5.1.0.ebuild X-VCS-Directories: app-emulation/virtualbox/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 043b5847ef0588b8d064e7c861a3bca52e730a67 X-VCS-Branch: master Date: Wed, 13 Jul 2016 20:24:58 +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: 0f73f51e-4f1d-4143-9065-9517cc372cf7 X-Archives-Hash: d6c323f5d3a6ea983e3a13acf09f6cec commit: 043b5847ef0588b8d064e7c861a3bca52e730a67 Author: Lars Wendler gentoo org> AuthorDate: Wed Jul 13 20:24:28 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jul 13 20:24:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043b5847 app-emulation/virtualbox: Added dev-qt/linguist-tools:5 to DEPEND (bug #588778) Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler gentoo.org> app-emulation/virtualbox/virtualbox-5.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/virtualbox/virtualbox-5.1.0.ebuild b/app-emulation/virtualbox/virtualbox-5.1.0.ebuild index 9916c3d..9f389a4 100644 --- a/app-emulation/virtualbox/virtualbox-5.1.0.ebuild +++ b/app-emulation/virtualbox/virtualbox-5.1.0.ebuild @@ -75,6 +75,7 @@ DEPEND="${RDEPEND} java? ( >=virtual/jre-1.6:= ) pam? ( sys-libs/pam ) pulseaudio? ( media-sound/pulseaudio ) + qt5? ( dev-qt/linguist-tools:5 ) vboxwebsrv? ( net-libs/gsoap[-gnutls(-)] ) ${PYTHON_DEPS}"