diff options
author | 2016-07-13 10:20:35 -0700 | |
---|---|---|
committer | 2016-07-13 10:22:02 -0700 | |
commit | 0f822518c92635ca2254b35ab6eeb12d12050aa1 (patch) | |
tree | 880bff544018c5c4c86034ec12e1e2a4bebe6429 /app-admin/systemrescuecd-x86/systemrescuecd-x86-4.5.4.ebuild | |
parent | app-emulation/ganeti: hotplug requires missing dep dev-python/fdsend. (diff) | |
download | gentoo-0f822518c92635ca2254b35ab6eeb12d12050aa1.tar.gz gentoo-0f822518c92635ca2254b35ab6eeb12d12050aa1.tar.bz2 gentoo-0f822518c92635ca2254b35ab6eeb12d12050aa1.zip |
app-admin/systemrescuecd-x86: mirror with explicit approval of Infra per bug #588766.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-admin/systemrescuecd-x86/systemrescuecd-x86-4.5.4.ebuild')
-rw-r--r-- | app-admin/systemrescuecd-x86/systemrescuecd-x86-4.5.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-admin/systemrescuecd-x86/systemrescuecd-x86-4.5.4.ebuild b/app-admin/systemrescuecd-x86/systemrescuecd-x86-4.5.4.ebuild index 9ac4ee7db461..cb7c7b5a2018 100644 --- a/app-admin/systemrescuecd-x86/systemrescuecd-x86-4.5.4.ebuild +++ b/app-admin/systemrescuecd-x86/systemrescuecd-x86-4.5.4.ebuild @@ -6,6 +6,7 @@ EAPI=5 DESCRIPTION="The .iso image of SystemRescueCD rescue disk, x86 (+ amd64) variant" HOMEPAGE="http://www.sysresccd.org/" +# Large ISO mirroring explicitly approved by infra in bug #588766 SRC_URI="mirror://sourceforge/systemrescuecd/sysresccd-${PN#*-}/${PV}/${P}.iso" LICENSE="GPL-2" @@ -17,8 +18,6 @@ DEPEND="isohybrid? ( >=sys-boot/syslinux-4 )" S=${WORKDIR} -RESTRICT="mirror" - src_install() { insinto "/usr/share/${PN%-*}" doins "${DISTDIR}/${P}.iso" |