Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/
Date: Wed, 27 Apr 2022 13:19:14
Message-Id: 1651065537.0636a3f3e7e636ba7b91d74cad36b03ebbee4b90.juippis@gentoo
1 commit: 0636a3f3e7e636ba7b91d74cad36b03ebbee4b90
2 Author: Wilson Michaels <thebitpit <AT> austincustomerrands <DOT> com>
3 AuthorDate: Mon Apr 18 16:45:21 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 13:18:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0636a3f3
7
8 media-tv/mythtv: inherit java-pkg-opt-2 and java-ant-2
9
10 Bug: https://bugs.gentoo.org/837959
11 Bug: https://bugs.gentoo.org/838919
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Wilson Michaels <thebitpit <AT> austincustomerrands.com>
14 Closes: https://github.com/gentoo/gentoo/pull/25092
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 media-tv/mythtv/{mythtv-32.0-r1.ebuild => mythtv-32.0-r2.ebuild} | 3 +--
18 1 file changed, 1 insertion(+), 2 deletions(-)
19
20 diff --git a/media-tv/mythtv/mythtv-32.0-r1.ebuild b/media-tv/mythtv/mythtv-32.0-r2.ebuild
21 similarity index 99%
22 rename from media-tv/mythtv/mythtv-32.0-r1.ebuild
23 rename to media-tv/mythtv/mythtv-32.0-r2.ebuild
24 index 9ba5a6d58bfa..e22ec5defcb5 100644
25 --- a/media-tv/mythtv/mythtv-32.0-r1.ebuild
26 +++ b/media-tv/mythtv/mythtv-32.0-r2.ebuild
27 @@ -5,7 +5,7 @@ EAPI=8
28
29 PYTHON_COMPAT=( python3_{8,9} )
30
31 -inherit flag-o-matic python-any-r1 qmake-utils readme.gentoo-r1 systemd user-info
32 +inherit flag-o-matic java-pkg-opt-2 java-ant-2 python-any-r1 qmake-utils readme.gentoo-r1 systemd user-info
33
34 DESCRIPTION="Open Source DVR and media center hub"
35 HOMEPAGE="https://www.mythtv.org https://github.com/MythTV/mythtv"
36 @@ -77,7 +77,6 @@ RDEPEND="
37 sys-libs/libraw1394
38 )
39 jack? ( virtual/jack )
40 - java? ( dev-java/ant-core )
41 lame? ( media-sound/lame )
42 lcd? ( app-misc/lcdproc )
43 libass? ( media-libs/libass:= )