summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Stein <jstein@gentoo.org>2020-05-05 02:16:38 +0200
committerJonas Stein <jstein@gentoo.org>2020-05-05 02:16:38 +0200
commita0c7dcec441d6e0b7c415d3432df1aff4c0bca1b (patch)
tree1e5e4f8763ebb422020fa69a7f944db9611a55b7 /dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild
parentsys-kernel/gentoo-sources: Clean-up of the 5.5.X series (diff)
downloadgentoo-a0c7dcec441d6e0b7c415d3432df1aff4c0bca1b.tar.gz
gentoo-a0c7dcec441d6e0b7c415d3432df1aff4c0bca1b.tar.bz2
gentoo-a0c7dcec441d6e0b7c415d3432df1aff4c0bca1b.zip
dev-ml/ocamlmod: QA Fix SRC_URI
Use variable instead of static URI Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jonas Stein <jstein@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild')
-rw-r--r--dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild
index 6a49bd4c7cdb..d8a4b5c50ad2 100644
--- a/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild
+++ b/dev-ml/ocamlmod/ocamlmod-0.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ inherit oasis
DESCRIPTION="Generate OCaml modules from source files"
HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/"
-SRC_URI="https://forge.ocamlcore.org/frs/download.php/1544/ocamlmod-0.0.8.tar.gz"
+SRC_URI="https://forge.ocamlcore.org/frs/download.php/1544/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"