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 14D57138359 for ; Sun, 30 Aug 2020 09:58:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE3D7E0990; Sun, 30 Aug 2020 09:58:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4521E0990 for ; Sun, 30 Aug 2020 09:58:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B237B340DE6 for ; Sun, 30 Aug 2020 09:58:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2844B336 for ; Sun, 30 Aug 2020 09:58:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1598781511.bff94183d8a0d73aa1ffdf08d3b8a03124051af9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.11.ebuild media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bff94183d8a0d73aa1ffdf08d3b8a03124051af9 X-VCS-Branch: master Date: Sun, 30 Aug 2020 09:58:42 +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: d6b49a1f-06f7-4ddc-9bd9-8222e1fdedc2 X-Archives-Hash: 33bf80a217559c89f9323373592c9448 commit: bff94183d8a0d73aa1ffdf08d3b8a03124051af9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 30 09:01:01 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 30 09:58:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff94183 media-video/vlc: Raise to >=libmicrodns-0.1.2 minimum version Upstream commit a7c15bd4322c5fdbb31b72b76031bb382bcbaf72 Reported-by: Konstantin Münning muenning.com> Closes: https://bugs.gentoo.org/737418 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/vlc/vlc-3.0.11.ebuild | 2 +- media-video/vlc/vlc-3.0.9999.ebuild | 2 +- media-video/vlc/vlc-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/vlc/vlc-3.0.11.ebuild b/media-video/vlc/vlc-3.0.11.ebuild index c0b3fab2055..362aad443ac 100644 --- a/media-video/vlc/vlc-3.0.11.ebuild +++ b/media-video/vlc/vlc-3.0.11.ebuild @@ -79,7 +79,7 @@ RDEPEND=" chromaprint? ( media-libs/chromaprint:= ) chromecast? ( >=dev-libs/protobuf-2.5.0:= - >=net-libs/libmicrodns-0.0.9:= + >=net-libs/libmicrodns-0.1.2:= ) dav1d? ( media-libs/dav1d:= ) dbus? ( sys-apps/dbus ) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index de269126f4d..7b9bcc5e950 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -78,7 +78,7 @@ RDEPEND=" chromaprint? ( media-libs/chromaprint:= ) chromecast? ( >=dev-libs/protobuf-2.5.0:= - >=net-libs/libmicrodns-0.0.9:= + >=net-libs/libmicrodns-0.1.2:= ) dav1d? ( media-libs/dav1d:= ) dbus? ( sys-apps/dbus ) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index c7d6c95b35e..c3d55b4d25c 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -78,7 +78,7 @@ RDEPEND=" chromaprint? ( media-libs/chromaprint:= ) chromecast? ( >=dev-libs/protobuf-2.5.0:= - >=net-libs/libmicrodns-0.0.9:= + >=net-libs/libmicrodns-0.1.2:= ) dav1d? ( media-libs/dav1d:= ) dbus? ( sys-apps/dbus )