From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE08F138334 for ; Thu, 25 Jul 2019 19:35:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB133E082B; Thu, 25 Jul 2019 19:35:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C701AE082B for ; Thu, 25 Jul 2019 19:35:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4A7B348ADF for ; Thu, 25 Jul 2019 19:35:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F3E41BA for ; Thu, 25 Jul 2019 19:35:16 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1564083300.fe54cc9f716a9d052122dba7556f796dc0517926.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-simplex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild X-VCS-Directories: dev-ml/ocplib-simplex/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: fe54cc9f716a9d052122dba7556f796dc0517926 X-VCS-Branch: master Date: Thu, 25 Jul 2019 19:35:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d05bf5e8-2066-4142-aa0b-9fcb8ec1dbdf X-Archives-Hash: 05c156e5458318a963cfccebc580d684 commit: fe54cc9f716a9d052122dba7556f796dc0517926 Author: Tupone Alfredo gentoo org> AuthorDate: Thu Jul 25 19:35:00 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Jul 25 19:35:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe54cc9f dev-ml/ocplib-simplex: Fix SRC_URI Closes: https://bugs.gentoo.org/690710 Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild b/dev-ml/ocplib-simplex/ocplib-simplex-0.4.ebuild index bfb95bacade..eb9269280d7 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"