Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Mon, 28 Dec 2015 14:07:41
Message-Id: 1451306840.9ff25bf1ee54c6d8ff67a68dbd6c7dd9b48c8497.idella4@gentoo
1 commit: 9ff25bf1ee54c6d8ff67a68dbd6c7dd9b48c8497
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 22 19:12:03 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 12:47:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff25bf1
7
8 media-video/mpv: use ${PN} when not in links
9
10 Package-Manager: portage-2.2.24
11
12 media-video/mpv/mpv-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
16 index 980877c..8543205 100644
17 --- a/media-video/mpv/mpv-9999.ebuild
18 +++ b/media-video/mpv/mpv-9999.ebuild
19 @@ -251,7 +251,7 @@ src_install() {
20 waf-utils_src_install
21
22 if use cli && use luajit; then
23 - pax-mark -m "${ED}"usr/bin/mpv
24 + pax-mark -m "${ED}usr/bin/${PN}"
25 fi
26 }