summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-09-24 20:15:23 +0300
committerPatrice Clement <monsieurp@gentoo.org>2017-09-28 11:42:56 +0200
commit1c94a273c1235f63d3890faee1c106a88d69f4c0 (patch)
treeccacba9cdccee9e80b724fc837167e62f47ca9a8 /media-video
parentprofiles/arch/arm/package.use.mask: mask raspberry-pi USE in recent mpv (diff)
downloadgentoo-1c94a273c1235f63d3890faee1c106a88d69f4c0.tar.gz
gentoo-1c94a273c1235f63d3890faee1c106a88d69f4c0.tar.bz2
gentoo-1c94a273c1235f63d3890faee1c106a88d69f4c0.zip
media-video/mpv: expand PN in URLs in 9999
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/mpv-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 164672738f85..6ee16874ace0 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -14,11 +14,11 @@ DESCRIPTION="Media player based on MPlayer and mplayer2"
HOMEPAGE="https://mpv.io/"
if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://github.com/mpv-player/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
DOCS=( RELEASE_NOTES )
else
- EGIT_REPO_URI="https://github.com/mpv-player/${PN}.git"
+ EGIT_REPO_URI="https://github.com/mpv-player/mpv.git"
inherit git-r3
fi
SRC_URI+=" https://waf.io/waf-${WAF_PV}"