Gentoo Archives: gentoo-commits

From: Kristian Fiskerstrand <k_f@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pms/
Date: Thu, 25 Aug 2016 19:07:22
Message-Id: 1472152000.a82547f902dc0328316ef2617945d409058e5654.k_f@gentoo
1 commit: a82547f902dc0328316ef2617945d409058e5654
2 Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 25 18:28:57 2016 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 19:06:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82547f9
7
8 media-sound/pms-9999: match ncurses slot
9
10 media-sound/pms/pms-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/media-sound/pms/pms-9999.ebuild b/media-sound/pms/pms-9999.ebuild
14 index 96f9c35..af181ef 100644
15 --- a/media-sound/pms/pms-9999.ebuild
16 +++ b/media-sound/pms/pms-9999.ebuild
17 @@ -16,7 +16,7 @@ KEYWORDS=""
18 IUSE="regex"
19
20 RDEPEND="
21 - sys-libs/ncurses[unicode]
22 + sys-libs/ncurses:=[unicode]
23 dev-libs/glib:2
24 media-libs/libmpdclient
25 "