summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-12-26 20:09:47 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2018-12-26 20:09:47 +0000
commitf1ab779efb95def474695222d4d85b778e538b24 (patch)
treeca3abcd9fc54f9024f94f99d1a608dbf4dce33f4 /sys-boot/arcload
parentapp-misc/sphinx: keyworded 2.2.11-r1 for ppc, bug #563932 (diff)
downloadgentoo-f1ab779efb95def474695222d4d85b778e538b24.tar.gz
gentoo-f1ab779efb95def474695222d4d85b778e538b24.tar.bz2
gentoo-f1ab779efb95def474695222d4d85b778e538b24.zip
sys-boot/arcload: fix SRC_URI
Noticed by pkgcore check: MissingUri: version 0.50-r1: file https//www.... Note missing ':' in schema part. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-boot/arcload')
-rw-r--r--sys-boot/arcload/arcload-0.50-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/arcload/arcload-0.50-r1.ebuild b/sys-boot/arcload/arcload-0.50-r1.ebuild
index 75fa0d8b009b..4a25aaf3d135 100644
--- a/sys-boot/arcload/arcload-0.50-r1.ebuild
+++ b/sys-boot/arcload/arcload-0.50-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -10,7 +10,7 @@ MY_PV="${PV/50/5}"
DESCRIPTION="ARCLoad - SGI Multi-bootloader. Able to bootload many different SGI Systems"
HOMEPAGE="https://www.linux-mips.org/wiki/ARCLoad"
-SRC_URI="https//www.linux-mips.org/pub/linux/mips/people/skylark/arcload-${MY_PV}.tar.bz2"
+SRC_URI="https://www.linux-mips.org/pub/linux/mips/people/skylark/arcload-${MY_PV}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="-* ~mips"