summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTupone Alfredo <tupone@gentoo.org>2019-07-25 21:35:00 +0200
committerTupone Alfredo <tupone@gentoo.org>2019-07-25 21:35:00 +0200
commitfe54cc9f716a9d052122dba7556f796dc0517926 (patch)
tree3bf373e6bfba46308da3e45f70ffe89721b263e0 /dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild
parentx11-themes/adapta-gtk-theme: add missing dep (diff)
downloadgentoo-fe54cc9f716a9d052122dba7556f796dc0517926.tar.gz
gentoo-fe54cc9f716a9d052122dba7556f796dc0517926.tar.bz2
gentoo-fe54cc9f716a9d052122dba7556f796dc0517926.zip
dev-ml/ocplib-simplex: Fix SRC_URI
Closes: https://bugs.gentoo.org/690710 Signed-off-by: Alfredo Tupone <tupone@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild')
-rw-r--r--dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild
index bfb95bacade3..eb9269280d79 100644
--- a/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild
+++ b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild
@@ -7,7 +7,7 @@ inherit autotools findlib multilib
DESCRIPTION="A library implementing a simplex algorithm"
HOMEPAGE="https://github.com/OCamlPro-Iguernlala/ocplib-simplex"
-SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/${PV}.tar.gz
+SRC_URI="https://github.com/OCamlPro-Iguernlala/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"