Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/qrq/
Date: Mon, 21 Dec 2015 17:19:28
Message-Id: 1450718326.4e9cb1a2d89e501b1327b0840b1bc67d867d097f.tomjbe@gentoo
1 commit: 4e9cb1a2d89e501b1327b0840b1bc67d867d097f
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 21 17:18:46 2015 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 21 17:18:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9cb1a2
7
8 media-radio/qrq: add SLOT deps for sys-libs/ncurses
9
10 Package-Manager: portage-2.2.26
11
12 media-radio/qrq/qrq-0.3.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-radio/qrq/qrq-0.3.1.ebuild b/media-radio/qrq/qrq-0.3.1.ebuild
16 index cefc325..1272092 100644
17 --- a/media-radio/qrq/qrq-0.3.1.ebuild
18 +++ b/media-radio/qrq/qrq-0.3.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2015 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -15,7 +15,7 @@ SLOT="0"
26 KEYWORDS="amd64 x86"
27 IUSE="pulseaudio"
28
29 -DEPEND="sys-libs/ncurses
30 +DEPEND="sys-libs/ncurses:*
31 pulseaudio? ( media-sound/pulseaudio )"
32 RDEPEND="${DEPEND}"