Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Mon, 11 Mar 2019 02:25:02
Message-Id: 1552271067.a117d2176678a254bf571e9733edabe9e3fb4b81.gyakovlev@gentoo
1 commit: a117d2176678a254bf571e9733edabe9e3fb4b81
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 02:24:27 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 02:24:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a117d217
7
8 media-video/mpv: sync live ebuild
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 media-video/mpv/mpv-9999.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
17 index 9607105c7d3..54630e9e978 100644
18 --- a/media-video/mpv/mpv-9999.ebuild
19 +++ b/media-video/mpv/mpv-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -342,6 +342,8 @@ pkg_postinst() {
27 elog "please rebuild app-shells/mpv-bash-completion."
28 fi
29
30 + elog "If you want URL support, please install net-misc/youtube-dl."
31 +
32 gnome2_icon_cache_update
33 xdg_desktop_database_update
34 }