From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F2BC158086 for ; Wed, 6 Oct 2021 07:08:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71826E0863; Wed, 6 Oct 2021 07:08:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50706E0863 for ; Wed, 6 Oct 2021 07:08:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DB7A3432D6 for ; Wed, 6 Oct 2021 07:08:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CE3CDC for ; Wed, 6 Oct 2021 07:08:32 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1633504101.72327e45d81b37bc1534a9c4d95797d36084e562.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/mythplugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/mythplugins/mythplugins-31.0-r3.ebuild media-plugins/mythplugins/mythplugins-31.0_p20210731-r2.ebuild X-VCS-Directories: media-plugins/mythplugins/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 72327e45d81b37bc1534a9c4d95797d36084e562 X-VCS-Branch: master Date: Wed, 6 Oct 2021 07:08:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d6de3a5-de29-4777-ad6b-8127da79b3c3 X-Archives-Hash: c2378c29ddb566108d6df27ea4cd8c3a commit: 72327e45d81b37bc1534a9c4d95797d36084e562 Author: Jakov Smolić gentoo org> AuthorDate: Wed Oct 6 07:06:47 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Oct 6 07:08:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72327e45 media-plugins/mythplugins: Explicitly disable mythbrowser Closes: https://bugs.gentoo.org/816408 Signed-off-by: Jakov Smolić gentoo.org> media-plugins/mythplugins/mythplugins-31.0-r3.ebuild | 1 + media-plugins/mythplugins/mythplugins-31.0_p20210731-r2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-plugins/mythplugins/mythplugins-31.0-r3.ebuild b/media-plugins/mythplugins/mythplugins-31.0-r3.ebuild index a875396d2eb..fece3685581 100644 --- a/media-plugins/mythplugins/mythplugins-31.0-r3.ebuild +++ b/media-plugins/mythplugins/mythplugins-31.0-r3.ebuild @@ -117,6 +117,7 @@ src_configure() { econf \ --python=${EPYTHON} \ --extra-ldflags="${LDFLAGS}" \ + --disable-mythbrowser \ $(use_enable cdda cdio) \ $(use_enable exif) \ $(use_enable exif new-exif) \ diff --git a/media-plugins/mythplugins/mythplugins-31.0_p20210731-r2.ebuild b/media-plugins/mythplugins/mythplugins-31.0_p20210731-r2.ebuild index e5c493797d0..c6fd4bf6fa8 100644 --- a/media-plugins/mythplugins/mythplugins-31.0_p20210731-r2.ebuild +++ b/media-plugins/mythplugins/mythplugins-31.0_p20210731-r2.ebuild @@ -120,6 +120,7 @@ src_configure() { econf \ --python=${EPYTHON} \ --extra-ldflags="${LDFLAGS}" \ + --disable-mythbrowser \ $(use_enable cdda cdio) \ $(use_enable exif) \ $(use_enable exif new-exif) \