From 778050e47602b05e905c8975a080569449729601 Mon Sep 17 00:00:00 2001 From: Christopher Diaz Riveros Date: Sun, 6 May 2018 18:24:12 -0500 Subject: [PATCH] app-admin/installer: fix SRC_URI bug #655038 Fixes alert: Couldn't download 'installer-0.1.1_beta.tar.gz'. Aborting. Change SRC_URI to https: protocol instead of mirror: Closes: https://github.com/gentoo/gentoo/pull/8293 --- app-admin/installer/installer-0.1.1_beta.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/installer/installer-0.1.1_beta.ebuild b/app-admin/installer/installer-0.1.1_beta.ebuild index 0b585a450e7d..cf7c24cab885 100644 --- a/app-admin/installer/installer-0.1.1_beta.ebuild +++ b/app-admin/installer/installer-0.1.1_beta.ebuild @@ -11,7 +11,7 @@ MY_PV=${PV/_/-} DESCRIPTION="A software for Gentoo installation" HOMEPAGE="https://github.com/ChrisADR/installer" -SRC_URI="mirror://github.com/ChrisADR/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/ChrisADR/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -- 2.26.2