From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1390577-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64C9E15808F for <garchives@archives.gentoo.org>; Wed, 27 Apr 2022 13:19:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A160EE0843; Wed, 27 Apr 2022 13:19:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EF9DE0844 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Apr 2022 13:19:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D5AB34170A for <gentoo-commits@lists.gentoo.org>; Wed, 27 Apr 2022 13:19:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B8BE439 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Apr 2022 13:19:09 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1651065537.0636a3f3e7e636ba7b91d74cad36b03ebbee4b90.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/mythtv/mythtv-32.0-r1.ebuild media-tv/mythtv/mythtv-32.0-r2.ebuild X-VCS-Directories: media-tv/mythtv/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0636a3f3e7e636ba7b91d74cad36b03ebbee4b90 X-VCS-Branch: master Date: Wed, 27 Apr 2022 13:19:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5951b34e-4d0f-47b8-8f97-3af7e913ad8e X-Archives-Hash: bdd846bde651f124498c0f08d915f3e6 commit: 0636a3f3e7e636ba7b91d74cad36b03ebbee4b90 Author: Wilson Michaels <thebitpit <AT> austincustomerrands <DOT> com> AuthorDate: Mon Apr 18 16:45:21 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Apr 27 13:18:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0636a3f3 media-tv/mythtv: inherit java-pkg-opt-2 and java-ant-2 Bug: https://bugs.gentoo.org/837959 Bug: https://bugs.gentoo.org/838919 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Wilson Michaels <thebitpit <AT> austincustomerrands.com> Closes: https://github.com/gentoo/gentoo/pull/25092 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-tv/mythtv/{mythtv-32.0-r1.ebuild => mythtv-32.0-r2.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-tv/mythtv/mythtv-32.0-r1.ebuild b/media-tv/mythtv/mythtv-32.0-r2.ebuild similarity index 99% rename from media-tv/mythtv/mythtv-32.0-r1.ebuild rename to media-tv/mythtv/mythtv-32.0-r2.ebuild index 9ba5a6d58bfa..e22ec5defcb5 100644 --- a/media-tv/mythtv/mythtv-32.0-r1.ebuild +++ b/media-tv/mythtv/mythtv-32.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8,9} ) -inherit flag-o-matic python-any-r1 qmake-utils readme.gentoo-r1 systemd user-info +inherit flag-o-matic java-pkg-opt-2 java-ant-2 python-any-r1 qmake-utils readme.gentoo-r1 systemd user-info DESCRIPTION="Open Source DVR and media center hub" HOMEPAGE="https://www.mythtv.org https://github.com/MythTV/mythtv" @@ -77,7 +77,6 @@ RDEPEND=" sys-libs/libraw1394 ) jack? ( virtual/jack ) - java? ( dev-java/ant-core ) lame? ( media-sound/lame ) lcd? ( app-misc/lcdproc ) libass? ( media-libs/libass:= )