Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pms/
Date: Mon, 08 May 2017 16:49:50
Message-Id: 1494262158.66faf8a0cb7d8a3b9ae0e3e3281425643fdf0a71.mgorny@gentoo
1 commit: 66faf8a0cb7d8a3b9ae0e3e3281425643fdf0a71
2 Author: Hummer12007 <hilobakho <AT> gmail <DOT> com>
3 AuthorDate: Mon May 8 11:45:49 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 8 16:49:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66faf8a0
7
8 media-sound/pms: update branch in live ebuild
9
10 as per https://github.com/ambientsound/pms/commit/8c8918488a4a22924ee04442dc5e5216783d51ff
11
12 media-sound/pms/pms-9999.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/media-sound/pms/pms-9999.ebuild b/media-sound/pms/pms-9999.ebuild
16 index 56a45392e8c..2a0de1e38b9 100644
17 --- a/media-sound/pms/pms-9999.ebuild
18 +++ b/media-sound/pms/pms-9999.ebuild
19 @@ -7,7 +7,9 @@ inherit cmake-utils git-r3
20
21 DESCRIPTION="Practical Music Search: an open source ncurses client for mpd, written in C++"
22 HOMEPAGE="https://ambientsound.github.io/pms"
23 +
24 EGIT_REPO_URI="https://github.com/ambientsound/pms.git"
25 +EGIT_BRANCH="0.42.x" # todo: package the golang version
26
27 LICENSE="GPL-3+"
28 SLOT="0"