diff options
Diffstat (limited to 'dev-ml/ocsigen-toolkit/ocsigen-toolkit-9999.ebuild')
-rw-r--r-- | dev-ml/ocsigen-toolkit/ocsigen-toolkit-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocsigen-toolkit/ocsigen-toolkit-9999.ebuild b/dev-ml/ocsigen-toolkit/ocsigen-toolkit-9999.ebuild index 08cdc51e1ae1..79b2c5de5529 100644 --- a/dev-ml/ocsigen-toolkit/ocsigen-toolkit-9999.ebuild +++ b/dev-ml/ocsigen-toolkit/ocsigen-toolkit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/ocsigen/ocsigen-toolkit" KEYWORDS="" else - SRC_URI="https://github.com/ocsigen/ocsigen-toolkit/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/ocsigen/ocsigen-toolkit/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi |