diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-07-25 21:35:00 +0200 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-07-25 21:35:00 +0200 |
commit | fe54cc9f716a9d052122dba7556f796dc0517926 (patch) | |
tree | 3bf373e6bfba46308da3e45f70ffe89721b263e0 /dev-ml | |
parent | x11-themes/adapta-gtk-theme: add missing dep (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild | 2 |
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" |