commit: a71df49404a59790441ec9865dc51b6e84ee24dc Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org> AuthorDate: Sat Dec 20 08:02:30 2014 +0000 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org> CommitDate: Sat Dec 20 08:02:30 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=a71df494
use $PV in SRC_URI (doh\!) --- dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild b/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild index 654d953..51e5629 100644 --- a/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild +++ b/dev-vcs/PyGitUp/PyGitUp-1.2.1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 DESCRIPTION="A python implementation of git up" HOMEPAGE="https://github.com/msiemens/PyGitUp" -SRC_URI="https://github.com/msiemens/PyGitUp/archive/v1.2.1.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/msiemens/PyGitUp/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="" SLOT="0"