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 DF044138334 for ; Mon, 11 Mar 2019 02:25:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D021CE0CAD; Mon, 11 Mar 2019 02:25:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A4850E0CAD for ; Mon, 11 Mar 2019 02:25:00 +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 95BA7335C5D for ; Mon, 11 Mar 2019 02:24:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 639C24FF for ; Mon, 11 Mar 2019 02:24:56 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1552271067.a117d2176678a254bf571e9733edabe9e3fb4b81.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a117d2176678a254bf571e9733edabe9e3fb4b81 X-VCS-Branch: master Date: Mon, 11 Mar 2019 02:24:56 +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: 6db22ca5-f648-4f3d-a27a-ae52a7be68a7 X-Archives-Hash: edd1fafa595d1b95c531f390732d33e3 commit: a117d2176678a254bf571e9733edabe9e3fb4b81 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Mar 11 02:24:27 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Mar 11 02:24:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a117d217 media-video/mpv: sync live ebuild Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> media-video/mpv/mpv-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 9607105c7d3..54630e9e978 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -342,6 +342,8 @@ pkg_postinst() { elog "please rebuild app-shells/mpv-bash-completion." fi + elog "If you want URL support, please install net-misc/youtube-dl." + gnome2_icon_cache_update xdg_desktop_database_update }