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 3F8DD1384B4 for ; Mon, 21 Dec 2015 17:19:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EE1B21C022; Mon, 21 Dec 2015 17:19:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFA0521C022 for ; Mon, 21 Dec 2015 17:19:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71AE5340691 for ; Mon, 21 Dec 2015 17:19:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63222A91 for ; Mon, 21 Dec 2015 17:19:18 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1450718326.4e9cb1a2d89e501b1327b0840b1bc67d867d097f.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/qrq/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/qrq/qrq-0.3.1.ebuild X-VCS-Directories: media-radio/qrq/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 4e9cb1a2d89e501b1327b0840b1bc67d867d097f X-VCS-Branch: master Date: Mon, 21 Dec 2015 17:19: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: 96996913-4ffd-4561-ad42-426612952534 X-Archives-Hash: 9e4321aebd77684ec7db059e05edbb50 commit: 4e9cb1a2d89e501b1327b0840b1bc67d867d097f Author: Thomas Beierlein gentoo org> AuthorDate: Mon Dec 21 17:18:46 2015 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Mon Dec 21 17:18:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9cb1a2 media-radio/qrq: add SLOT deps for sys-libs/ncurses Package-Manager: portage-2.2.26 media-radio/qrq/qrq-0.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-radio/qrq/qrq-0.3.1.ebuild b/media-radio/qrq/qrq-0.3.1.ebuild index cefc325..1272092 100644 --- a/media-radio/qrq/qrq-0.3.1.ebuild +++ b/media-radio/qrq/qrq-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="pulseaudio" -DEPEND="sys-libs/ncurses +DEPEND="sys-libs/ncurses:* pulseaudio? ( media-sound/pulseaudio )" RDEPEND="${DEPEND}"