commit: 1c94a273c1235f63d3890faee1c106a88d69f4c0 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Sun Sep 24 17:15:23 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Sep 28 09:42:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c94a273
media-video/mpv: expand PN in URLs in 9999 Package-Manager: Portage-2.3.10, Repoman-2.3.3 media-video/mpv/mpv-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 164672738f8..6ee16874ace 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}"
