Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/
Date: Fri, 04 Sep 2020 16:35:03
Message-Id: 1599236748.6185fbe943c6a3a2eefae1a3013dd89ff475e268.asturm@gentoo
1 commit: 6185fbe943c6a3a2eefae1a3013dd89ff475e268
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 14:59:14 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 16:25:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6185fbe9
7
8 media-tv/mythtv: Depend on virtual/jack
9
10 Using PR that was unsuitable for merge as proxied-maint. ACK for this commit.
11
12 Thanks-to: Wilson Michaels <thebitpit <AT> earthlink.net>
13 Closes: https://github.com/gentoo/gentoo/pull/17055
14 Closes: https://bugs.gentoo.org/736330
15 Package-Manager: Portage-3.0.5, Repoman-3.0.1
16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
17
18 media-tv/mythtv/{mythtv-31.0-r2.ebuild => mythtv-31.0-r3.ebuild} | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/media-tv/mythtv/mythtv-31.0-r2.ebuild b/media-tv/mythtv/mythtv-31.0-r3.ebuild
22 similarity index 99%
23 rename from media-tv/mythtv/mythtv-31.0-r2.ebuild
24 rename to media-tv/mythtv/mythtv-31.0-r3.ebuild
25 index 8c2640774db..b45f36f1ae7 100644
26 --- a/media-tv/mythtv/mythtv-31.0-r2.ebuild
27 +++ b/media-tv/mythtv/mythtv-31.0-r3.ebuild
28 @@ -77,7 +77,7 @@ RDEPEND="
29 sys-libs/libavc1394
30 sys-libs/libraw1394
31 )
32 - jack? ( media-sound/jack-audio-connection-kit )
33 + jack? ( virtual/jack )
34 java? ( dev-java/ant-core )
35 lame? ( media-sound/lame )
36 lcd? ( app-misc/lcdproc )