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 E1EF159CAF for ; Sun, 10 Apr 2016 16:26:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D59DF21C00B; Sun, 10 Apr 2016 16:26:24 +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 7A9EA21C00B for ; Sun, 10 Apr 2016 16:26:24 +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 838D83408DD for ; Sun, 10 Apr 2016 16:26:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3793201 for ; Sun, 10 Apr 2016 16:26:20 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1460305571.c4e5eeb7070032f3a3529c8a6be7a4081595d287.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qjackctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qjackctl/qjackctl-0.4.2.ebuild X-VCS-Directories: media-sound/qjackctl/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c4e5eeb7070032f3a3529c8a6be7a4081595d287 X-VCS-Branch: master Date: Sun, 10 Apr 2016 16:26:20 +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: 09895548-137d-4206-a5af-1ec16174766d X-Archives-Hash: 1f9f2375c6ae820ff55d48b78231e78b commit: c4e5eeb7070032f3a3529c8a6be7a4081595d287 Author: Michael Palimaka gentoo org> AuthorDate: Sun Apr 10 16:25:05 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Apr 10 16:26:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e5eeb7 media-sound/qjackctl: add missing dependency Gentoo-bug: 574748 Package-Manager: portage-2.2.28 media-sound/qjackctl/qjackctl-0.4.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-sound/qjackctl/qjackctl-0.4.2.ebuild b/media-sound/qjackctl/qjackctl-0.4.2.ebuild index 54ff9ed..2b3cbfb 100644 --- a/media-sound/qjackctl/qjackctl-0.4.2.ebuild +++ b/media-sound/qjackctl/qjackctl-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,8 @@ RDEPEND=" alsa? ( media-libs/alsa-lib ) dbus? ( dev-qt/qtdbus:4 ) portaudio? ( media-libs/portaudio )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + qt5? ( dev-qt/linguist-tools:5 )" DOCS="AUTHORS ChangeLog README TODO TRANSLATORS"