Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 23179 | Differences between
and this patch

Collapse All | Expand All

(-)icc-7.1.006.ebuild (-2 / +2 lines)
Lines 17-23 Link Here
17
DEPEND="virtual/linux-sources
17
DEPEND="virtual/linux-sources
18
		>=sys-libs/glibc-2.2.5
18
		>=sys-libs/glibc-2.2.5
19
		sys-apps/cpio
19
		sys-apps/cpio
20
		app-arch/rpm"
20
		>=app-arch/rpm2targz-8.0"
21
21
22
RDEPEND="virtual/linux-sources
22
RDEPEND="virtual/linux-sources
23
		>=sys-libs/glibc-2.2.4"
23
		>=sys-libs/glibc-2.2.4"
Lines 37-43 Link Here
37
	for x in intel-*.i386.rpm
37
	for x in intel-*.i386.rpm
38
	do
38
	do
39
		einfo "Extracting: ${x}"
39
		einfo "Extracting: ${x}"
40
		rpm2cpio ${x} | cpio --extract --make-directories --unconditional
40
		dd ibs=`rpmoffset < ${x}` skip=1 if=${x} 2>/dev/null | gzip -dc | cpio --extract --make-directories --unconditional
41
	done
41
	done
42
42
43
	# From UNTAG_CFG_FILES in 'install'
43
	# From UNTAG_CFG_FILES in 'install'

Return to bug 23179